aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-12/+22
2003-07-21From Devin Heitmueller: include the authentication padding in the stubGuy Harris1-11/+16
2003-07-18Alter_context is sort of like Bind, and its authentication stubs areGuy Harris1-1/+3
2003-07-16Squelch a (potentially-valid) compiler warning.Guy Harris1-2/+2
2003-07-16Move all DCERPC authentication/encryption dissection code from packet-dcerpc.cTim Potter1-199/+181
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-1/+23
2003-06-19Squelch a compiler warning (for something that's potentially a realGuy Harris1-2/+2
2003-06-19Initialize di.hf_index in dissect_dcerpc_cn_rqst(). Alan Hood sent me aGerald Combs1-1/+2
2003-06-17Remove silly dcerpc_smb_check_long_frame() function and all calls to it.Tim Potter1-1/+12
2003-06-12Add new routines:Guy Harris1-7/+4
2003-06-10As "tvb_strneql()" and "tvb_memeql()" now just return -1, rather thanGuy Harris1-3/+2
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris1-22/+73
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