aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-21Well, perhaps that padding really *is* padding, or maybe it's some otherguy1-12/+1
2003-02-11When putting the lowest-level protocol tree item in for a Unicodeguy1-9/+24
2003-02-10In dissect_ndr_cvstring(), return string data even if tree == NULL.tpot1-10/+11
2003-02-10Added a comment about the length argument to fake_unicode. It should betpot1-10/+14
2003-02-07Fix some comments.guy1-3/+3
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toguy1-10/+22
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toguy1-10/+18
2003-02-07Catch ReportedBoundsError when dissecting even non-encrypted stub data,guy1-5/+15
2003-02-07Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".guy1-1/+173
2003-02-05Make the dcerpc.request_in and dcerpc.response_in fields FT_FRAMENUM's.tpot1-3/+3
2003-01-28Replace the 'levels' argument to dissect_ndr_pointer() with a callbacktpot1-18/+41
2003-01-24Add a missing include packet-dcerpc-nt.hjmayer1-1/+2
2003-01-24Perform the initialisation for the NT specific DCERPC dissectors as parttpot1-1/+2
2003-01-14Catch ReportedBoundsError exceptions when dissecting decrypted stubguy1-5/+19
2003-01-06Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedsahlberg1-2/+23
2002-12-31Fix a braino in a last-minute fix I put into the previous checkin.guy1-1/+2
2002-12-31From Devin Heitmueller: support for decrypting DCERPC conversationsguy1-89/+148
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...sahlberg1-3/+3
2002-12-14When processing a connection-oriented DCERPC PDU, don't set the columnsguy1-7/+6
2002-12-11From Devin Heitmueller:guy1-31/+22
2002-12-05It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and weguy1-2/+2
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constguy1-10/+10
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