aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-27Put back the stuff for connection-oriented data to show fragment data asGuy Harris1-4/+17
2003-05-26Null-terminate ASCII string values in "dissect_ndr_cvstring()".Guy Harris1-1/+2
2003-05-23Fix typo in name of ett for krb5 auth verifier.Tim Potter1-35/+54
2003-05-15Move dissection of NETLOGON secure channel auth verifier intoTim Potter1-45/+9
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.Tim Potter1-9/+51
2003-05-14Re-commit stuff that was lost...Richard Sharpe1-2/+58
2003-05-10Have "dissect_ndr_cvstring()" set the length of the top-level item toGuy Harris1-2/+4
2003-05-10Use "tvb_ensure_bytes_exist()" to cause an exception to be thrownGuy Harris1-22/+31
2003-05-08Based on a patch from Jean-Baptiste Marchand, mark stub data asGuy Harris1-43/+41
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-04-15Don't put "[DCE/RPC fragment]" into the Info column if the packet isn'tGuy Harris1-5/+7
2003-04-14Reassembly of DCE/RPC fragments for Request packets was slightly broken.Ronnie Sahlberg1-131/+183
2003-03-31Do the same for dissect_ndr_char_cvstring.Guy Harris1-2/+5
2003-03-17change dissect_ndr_wchar_cvstring so that it uses the hf_index the dissector ...Ronnie Sahlberg1-2/+5
2003-03-10Pointer <--> int converions cause warnings on ia64.Jörg Mayer1-2/+3
2003-03-05Use the reported length, not the captured length, as the fragment lengthGuy Harris1-53/+58
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris1-35/+3
2003-02-21Well, perhaps that padding really *is* padding, or maybe it's some otherGuy Harris1-12/+1
2003-02-11When putting the lowest-level protocol tree item in for a UnicodeGuy Harris1-9/+24
2003-02-10In dissect_ndr_cvstring(), return string data even if tree == NULL.Tim Potter1-10/+11
2003-02-10Added a comment about the length argument to fake_unicode. It should beTim Potter1-10/+14
2003-02-07Fix some comments.Guy Harris1-3/+3
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris1-10/+22
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris1-10/+18
2003-02-07Catch ReportedBoundsError when dissecting even non-encrypted stub data,Guy Harris1-5/+15
2003-02-07Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".Guy Harris1-1/+173
2003-02-05Make the dcerpc.request_in and dcerpc.response_in fields FT_FRAMENUM's.Tim Potter1-3/+3
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