aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-29Squelch a compiler warning by removing a "/*" from the middle of aGuy Harris1-2/+2
2004-05-28connectionless cancel PDU's don't have a dg_server_accepting_cancels fieldUlf Lamping1-3/+6
2004-05-15Remove call to PROTO_ITEM_SET_LINK().Tim Potter1-2/+1
2004-05-15remove FI_LINK again,Ulf Lamping1-6/+1
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-1/+2
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-1/+6
2004-05-07Compile fixes for change to dcerpc_info structure.Tim Potter1-2/+3
2004-05-07replace info field "gboolean request" by "guint8 ptype",Ulf Lamping1-8/+8
2004-05-07tag some protocol items as generatedUlf Lamping1-15/+32
2004-05-04Display a server boot time of 0 as "Unknown" (as that's what's sent whenGuy Harris1-5/+12
2004-04-24some additional output while reassembling fragments,Ulf Lamping1-22/+47
2004-04-23update to netlogon to dissect the timestamps in VALIDATION_UAS_INFORonnie Sahlberg1-2/+7
2004-03-05we need to export init_ndr_pointer_list() from packet-dcerpc so thatRonnie Sahlberg1-2/+2
2004-03-03Yaniv Kaul: show interface names - win32 onlyJörg Mayer1-3/+54
2004-02-21From Jaime Fournier:Guy Harris1-10/+12
2004-02-18using G_MAXFLOAT and G_MAXDOUBLE,Ulf Lamping1-5/+5
2004-02-18From Jaime Fournier: add a hidden FT_BOOLEAN variable that's present ifGuy Harris1-5/+11
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