aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-10Dissect NTLMSSP authentication verifiers, as per lkcl's "DCE/RPC overguy1-4/+17
2002-11-05In connection-oriented DCE RPC, the authentication data are credentialsguy1-21/+58
2002-11-03Use the full name of the "hf_dcerpc_obj_id" field when formatting theguy1-5/+12
2002-11-02From Jean-Baptiste Marchand update the proto_tree_add_ for UUIDs in thesahlberg1-66/+95
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.guy1-15/+2
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveguy1-2/+2
2002-10-23From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.guy1-1/+40
2002-10-22From Ronnie Sahlberg: track and display the time between requests andguy1-2/+42
2002-09-26From Jaime Fournier: updates to dcerpc conversation managersahlberg1-1/+25
2002-09-09Dissect the autentication verifier for Kerberos 5 authentication inguy1-5/+46
2002-09-08Auth type 8 is NETLOGON secure channel used for BDC replication.tpot1-2/+4
2002-09-03From Ulf Lamping, support for ieee float and double types in the dcerpcsahlberg1-5/+79
2002-08-30snego -> spnegotpot1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-87/+87
2002-08-22These guys got lost in a merge. Actually call the gssapi dissector fromtpot1-18/+37
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intotpot1-6/+1
2002-08-13Display the protocol name for the UUID in the COL_INFO field if wetpot1-2/+11
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-07-25For connection-oriented DCE RPC, show the stub data if we can't actuallyguy1-2/+18
2002-07-11Added another authentication service for Snego.tpot1-1/+4
2002-07-10Put back the code to show the authentication data as "Auth Data"; callguy1-15/+20
2002-07-10Reordered some boolean fields to be consistent with the rest of ethereal.tpot1-22/+26
2002-07-09Dissector for DCERPC auth type == 10 (NTLMSSP) fromtpot1-3/+18
2002-06-24Put the code to reassemble fragmented connection-oriented andguy1-403/+215
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationtpot1-19/+15
2002-06-22From Jaime Fournier: handle DCE RPC connectionless CANCEL PDUs with noguy1-2/+10
2002-06-19Don't hand off the stub body of a Fault PDU to the subdissector for theguy1-9/+21
2002-06-19Dissect the bodies of some additional PDU types.guy1-295/+950
2002-06-18There's no more need for separate request and response reassembly hashguy1-143/+150
2002-06-18The offset of the authentication information in a connectionless PDU isguy1-9/+5
2002-06-17Add support for reassembly of fragmented connectionless PDUs.guy1-80/+196
2002-06-17Add #defines for the bits in the flag fields, and a macro to testguy1-87/+247
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-2/+4
2002-06-05Added show_fragment_tree() to reassemble. This function will do the commonsahlberg1-103/+20
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-3/+3
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a s...sahlberg1-2/+10
2002-05-25Fix a bug for dcerpc. If we do not have reassembly of fragments enabled, only...sahlberg1-6/+18
2002-05-24Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).sahlberg1-8/+303
2002-05-23Additions to the MAPI dissector. Function 02 for MAPI.sahlberg1-2/+2
2002-05-07Added extra check in the function that parses NDR pointers.sahlberg1-1/+58
2002-05-02From Joerg Mayer: get rid of some unused variables and arguments, andguy1-9/+9
2002-04-30Changed COL_INFO string from 'rqst FOO(...)' to 'FOO request' as pertpot1-13/+20
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-5/+3
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theguy1-10/+10
2002-03-22For DCE RPC requests and replies, put an item into the protocol tree forguy1-13/+73
2002-03-21From Todd Sabin: set the tvbuff length of the stub data forguy1-35/+137
2002-03-19Secondary addresses are NUL-terminated strings; treat them as such.guy1-2/+2
2002-03-18Don't show a secondary address if the secondary address length is 0.guy1-4/+6
2002-03-16Put an item into the protocol tree for the secondary address in a bindguy1-1/+6
2002-03-10Catch another "(NULL pointer)%s" we didn't catch with the previousguy1-2/+2