aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-26This commit refactors the dcerpc authentication subdissectors fortpot1-125/+105
2003-09-26Use zero to mean we haven't seen any authentication level informationtpot1-7/+7
2003-09-19Put the presentation context list and transfer syntax list of a dcerpctpot1-12/+33
2003-09-11Do not take the pointer to a stack object and pass it to the tap system.sahlberg1-36/+58
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedtpot1-12/+22
2003-07-21From Devin Heitmueller: include the authentication padding in the stubguy1-11/+16
2003-07-18Alter_context is sort of like Bind, and its authentication stubs areguy1-1/+3
2003-07-16Squelch a (potentially-valid) compiler warning.guy1-2/+2
2003-07-16Move all DCERPC authentication/encryption dissection code from packet-dcerpc.ctpot1-199/+181
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectortpot1-1/+23
2003-06-19Squelch a compiler warning (for something that's potentially a realguy1-2/+2
2003-06-19Initialize di.hf_index in dissect_dcerpc_cn_rqst(). Alan Hood sent me agerald1-1/+2
2003-06-17Remove silly dcerpc_smb_check_long_frame() function and all calls to it.tpot1-1/+12
2003-06-12Add new routines:guy1-7/+4
2003-06-10As "tvb_strneql()" and "tvb_memeql()" now just return -1, rather thanguy1-3/+2
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beguy1-22/+73
2003-05-27Put back the stuff for connection-oriented data to show fragment data asguy1-4/+17
2003-05-26Null-terminate ASCII string values in "dissect_ndr_cvstring()".guy1-1/+2
2003-05-23Fix typo in name of ett for krb5 auth verifier.tpot1-35/+54
2003-05-15Move dissection of NETLOGON secure channel auth verifier intotpot1-45/+9
2003-05-15Dissect authentication data for netlogon secure channel bind and bind acks.tpot1-9/+51
2003-05-14Re-commit stuff that was lost...sharpe1-2/+58
2003-05-10Have "dissect_ndr_cvstring()" set the length of the top-level item toguy1-2/+4
2003-05-10Use "tvb_ensure_bytes_exist()" to cause an exception to be thrownguy1-22/+31
2003-05-08Based on a patch from Jean-Baptiste Marchand, mark stub data asguy1-43/+41
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-1/+2
2003-04-15Don't put "[DCE/RPC fragment]" into the Info column if the packet isn'tguy1-5/+7
2003-04-14Reassembly of DCE/RPC fragments for Request packets was slightly broken.sahlberg1-131/+183
2003-03-31Do the same for dissect_ndr_char_cvstring.guy1-2/+5
2003-03-17change dissect_ndr_wchar_cvstring so that it uses the hf_index the dissector ...sahlberg1-2/+5
2003-03-10Pointer <--> int converions cause warnings on ia64.jmayer1-2/+3
2003-03-05Use the reported length, not the captured length, as the fragment lengthguy1-53/+58
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,guy1-35/+3
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