aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-23Additions to the MAPI dissector. Function 02 for MAPI.Ronnie Sahlberg1-2/+2
2002-05-07Added extra check in the function that parses NDR pointers.Ronnie Sahlberg1-1/+58
2002-05-02From Joerg Mayer: get rid of some unused variables and arguments, andGuy Harris1-9/+9
2002-04-30Changed COL_INFO string from 'rqst FOO(...)' to 'FOO request' as perTim Potter1-13/+20
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-5/+3
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theGuy Harris1-10/+10
2002-03-22For DCE RPC requests and replies, put an item into the protocol tree forGuy Harris1-13/+73
2002-03-21From Todd Sabin: set the tvbuff length of the stub data forGuy Harris1-35/+137
2002-03-19Secondary addresses are NUL-terminated strings; treat them as such.Guy Harris1-2/+2
2002-03-18Don't show a secondary address if the secondary address length is 0.Guy Harris1-4/+6
2002-03-16Put an item into the protocol tree for the secondary address in a bindGuy Harris1-1/+6
2002-03-10Catch another "(NULL pointer)%s" we didn't catch with the previousGuy Harris1-2/+2