aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some comments.Guy Harris2003-02-071-3/+3
* Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris2003-02-071-10/+22
* Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris2003-02-071-10/+18
* Catch ReportedBoundsError when dissecting even non-encrypted stub data,Guy Harris2003-02-071-5/+15
* Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".Guy Harris2003-02-071-1/+173
* Make the dcerpc.request_in and dcerpc.response_in fields FT_FRAMENUM's.Tim Potter2003-02-051-3/+3
* Replace the 'levels' argument to dissect_ndr_pointer() with a callbackTim Potter2003-01-281-18/+41
* Add a missing include packet-dcerpc-nt.hJörg Mayer2003-01-241-1/+2
* Perform the initialisation for the NT specific DCERPC dissectors as partTim Potter2003-01-241-1/+2
* Catch ReportedBoundsError exceptions when dissecting decrypted stubGuy Harris2003-01-141-5/+19
* Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedRonnie Sahlberg2003-01-061-2/+23
* Fix a braino in a last-minute fix I put into the previous checkin.Guy Harris2002-12-311-1/+2
* From Devin Heitmueller: support for decrypting DCERPC conversationsGuy Harris2002-12-311-89/+148
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-3/+3
* When processing a connection-oriented DCERPC PDU, don't set the columnsGuy Harris2002-12-141-7/+6
* From Devin Heitmueller:Guy Harris2002-12-111-31/+22
* It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and weGuy Harris2002-12-051-2/+2
* Arguments to hash routines are gconstpointer's; assign them to constGuy Harris2002-11-281-10/+10
* Dissect NTLMSSP authentication verifiers, as per lkcl's "DCE/RPC overGuy Harris2002-11-101-4/+17
* In connection-oriented DCE RPC, the authentication data are credentialsGuy Harris2002-11-051-21/+58
* Use the full name of the "hf_dcerpc_obj_id" field when formatting theGuy Harris2002-11-031-5/+12
* From Jean-Baptiste Marchand update the proto_tree_add_ for UUIDs in theRonnie Sahlberg2002-11-021-66/+95
* From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris2002-10-251-15/+2
* Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris2002-10-241-2/+2
* From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris2002-10-231-1/+40
* From Ronnie Sahlberg: track and display the time between requests andGuy Harris2002-10-221-2/+42
* From Jaime Fournier: updates to dcerpc conversation managerRonnie Sahlberg2002-09-261-1/+25
* Dissect the autentication verifier for Kerberos 5 authentication inGuy Harris2002-09-091-5/+46
* Auth type 8 is NETLOGON secure channel used for BDC replication.Tim Potter2002-09-081-2/+4
* From Ulf Lamping, support for ieee float and double types in the dcerpcRonnie Sahlberg2002-09-031-5/+79
* snego -> spnegoTim Potter2002-08-301-5/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-87/+87
* These guys got lost in a merge. Actually call the gssapi dissector fromTim Potter2002-08-221-18/+37
* Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2002-08-211-6/+1
* Display the protocol name for the UUID in the COL_INFO field if weTim Potter2002-08-131-2/+11
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* For connection-oriented DCE RPC, show the stub data if we can't actuallyGuy Harris2002-07-251-2/+18
* Added another authentication service for Snego.Tim Potter2002-07-111-1/+4
* Put back the code to show the authentication data as "Auth Data"; callGuy Harris2002-07-101-15/+20
* Reordered some boolean fields to be consistent with the rest of ethereal.Tim Potter2002-07-101-22/+26
* Dissector for DCERPC auth type == 10 (NTLMSSP) fromTim Potter2002-07-091-3/+18
* Put the code to reassemble fragmented connection-oriented andGuy Harris2002-06-241-403/+215
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-19/+15
* From Jaime Fournier: handle DCE RPC connectionless CANCEL PDUs with noGuy Harris2002-06-221-2/+10
* Don't hand off the stub body of a Fault PDU to the subdissector for theGuy Harris2002-06-191-9/+21
* Dissect the bodies of some additional PDU types.Guy Harris2002-06-191-295/+950
* There's no more need for separate request and response reassembly hashGuy Harris2002-06-181-143/+150
* The offset of the authentication information in a connectionless PDU isGuy Harris2002-06-181-9/+5
* Add support for reassembly of fragmented connectionless PDUs.Guy Harris2002-06-171-80/+196
* Add #defines for the bits in the flag fields, and a macro to testGuy Harris2002-06-171-87/+247