aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-28Replace the 'levels' argument to dissect_ndr_pointer() with a callbackTim Potter1-18/+41
2003-01-24Add a missing include packet-dcerpc-nt.hJörg Mayer1-1/+2
2003-01-24Perform the initialisation for the NT specific DCERPC dissectors as partTim Potter1-1/+2
2003-01-14Catch ReportedBoundsError exceptions when dissecting decrypted stubGuy Harris1-5/+19
2003-01-06Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedRonnie Sahlberg1-2/+23
2002-12-31Fix a braino in a last-minute fix I put into the previous checkin.Guy Harris1-1/+2
2002-12-31From Devin Heitmueller: support for decrypting DCERPC conversationsGuy Harris1-89/+148
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-12-14When processing a connection-oriented DCERPC PDU, don't set the columnsGuy Harris1-7/+6
2002-12-11From Devin Heitmueller:Guy Harris1-31/+22
2002-12-05It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and weGuy Harris1-2/+2
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constGuy Harris1-10/+10
2002-11-10Dissect NTLMSSP authentication verifiers, as per lkcl's "DCE/RPC overGuy Harris1-4/+17
2002-11-05In connection-oriented DCE RPC, the authentication data are credentialsGuy Harris1-21/+58
2002-11-03Use the full name of the "hf_dcerpc_obj_id" field when formatting theGuy Harris1-5/+12
2002-11-02From Jean-Baptiste Marchand update the proto_tree_add_ for UUIDs in theRonnie Sahlberg1-66/+95
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris1-15/+2
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-10-23From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris1-1/+40
2002-10-22From Ronnie Sahlberg: track and display the time between requests andGuy Harris1-2/+42
2002-09-26From Jaime Fournier: updates to dcerpc conversation managerRonnie Sahlberg1-1/+25
2002-09-09Dissect the autentication verifier for Kerberos 5 authentication inGuy Harris1-5/+46
2002-09-08Auth type 8 is NETLOGON secure channel used for BDC replication.Tim Potter1-2/+4
2002-09-03From Ulf Lamping, support for ieee float and double types in the dcerpcRonnie Sahlberg1-5/+79
2002-08-30snego -> spnegoTim Potter1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-87/+87
2002-08-22These guys got lost in a merge. Actually call the gssapi dissector fromTim Potter1-18/+37
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter1-6/+1
2002-08-13Display the protocol name for the UUID in the COL_INFO field if weTim Potter1-2/+11
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-25For connection-oriented DCE RPC, show the stub data if we can't actuallyGuy Harris1-2/+18
2002-07-11Added another authentication service for Snego.Tim Potter1-1/+4
2002-07-10Put back the code to show the authentication data as "Auth Data"; callGuy Harris1-15/+20
2002-07-10Reordered some boolean fields to be consistent with the rest of ethereal.Tim Potter1-22/+26
2002-07-09Dissector for DCERPC auth type == 10 (NTLMSSP) fromTim Potter1-3/+18
2002-06-24Put the code to reassemble fragmented connection-oriented andGuy Harris1-403/+215
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationTim Potter1-19/+15
2002-06-22From Jaime Fournier: handle DCE RPC connectionless CANCEL PDUs with noGuy Harris1-2/+10
2002-06-19Don't hand off the stub body of a Fault PDU to the subdissector for theGuy Harris1-9/+21
2002-06-19Dissect the bodies of some additional PDU types.Guy Harris1-295/+950
2002-06-18There's no more need for separate request and response reassembly hashGuy Harris1-143/+150
2002-06-18The offset of the authentication information in a connectionless PDU isGuy Harris1-9/+5
2002-06-17Add support for reassembly of fragmented connectionless PDUs.Guy Harris1-80/+196
2002-06-17Add #defines for the bits in the flag fields, and a macro to testGuy Harris1-87/+247
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-2/+4
2002-06-05Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg1-103/+20
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-3/+3
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg1-2/+10
2002-05-25Fix a bug for dcerpc. If we do not have reassembly of fragments enabled, only...Ronnie Sahlberg1-6/+18
2002-05-24Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).Ronnie Sahlberg1-8/+303