aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-22/+22
2003-12-08From Jamie Fournier: don't show UNKUUID information for fragments forGuy Harris1-6/+12
2003-11-25From Jaime Fournier: show the RPC version of the unknown interface inGuy Harris1-11/+7
2003-11-21From Jamie Fournier: add the UUID to the Info column for datagram calls.Guy Harris1-3/+9
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-4/+5
2003-11-13From Jaime Fournier: get rid of space in field name.Guy Harris1-2/+2
2003-11-12Put stub data back where it was in the tree before.Guy Harris1-3/+3
2003-11-06Update a comment.Guy Harris1-2/+8
2003-11-06Bugfix for dcerpc parsing of encrypted short packets.Ronnie Sahlberg1-3/+11
2003-10-23Fix a call to "dissect_dcerpc_cn()" to handle the new return value.Guy Harris1-2/+2
2003-10-23Catch exceptions in "dissect_dcerpc_cn_bs()", so that if we get anGuy Harris1-20/+54
2003-10-23Get rid of the "offset" argument to "dcerpc_try_handoff()" - it's alwaysGuy Harris1-121/+203
2003-10-22From Yaniv Kaul: if there's more than one context item in a BIND PDU, showGuy Harris1-2/+5
2003-10-21Catch exceptions when dissecting a verifier, so we still dissect theGuy Harris1-100/+112
2003-10-14"dce_try_handoff()" isn't necessarily passed a non-null "auth_info"Guy Harris1-4/+6
2003-10-10Updated the DCERPC service response time to also offer the menu toRonnie Sahlberg1-1/+18
2003-10-08Change dissect_deferred_pointer()Ronnie Sahlberg1-2/+5
2003-09-26This commit refactors the dcerpc authentication subdissectors forTim Potter1-125/+105
2003-09-26Use zero to mean we haven't seen any authentication level informationTim Potter1-7/+7
2003-09-19Put the presentation context list and transfer syntax list of a dcerpcTim Potter1-12/+33
2003-09-11Do not take the pointer to a stack object and pass it to the tap system.Ronnie Sahlberg1-36/+58
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