aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-24from todd ssahlberg1-51/+89
2004-06-09DCERPC problem reported by JBM and identified by Todd Sabinsahlberg1-40/+80
2004-06-05Yaniv Kaul: Add some more UUID decoding on Windowsjmayer1-1/+13
2004-06-04bugfix: when saving connectionless DCERPC fragments,ulfl1-2/+4
2004-05-29Squelch a compiler warning by removing a "/*" from the middle of aguy1-2/+2
2004-05-28connectionless cancel PDU's don't have a dg_server_accepting_cancels fieldulfl1-3/+6
2004-05-15Remove call to PROTO_ITEM_SET_LINK().tpot1-2/+1
2004-05-15remove FI_LINK again,ulfl1-6/+1
2004-05-14add support to link from specially marked fields to related packets,ulfl1-1/+2
2004-05-14add support to link from specially marked fields to related packets,ulfl1-1/+6
2004-05-07Compile fixes for change to dcerpc_info structure.tpot1-2/+3
2004-05-07replace info field "gboolean request" by "guint8 ptype",ulfl1-8/+8
2004-05-07tag some protocol items as generatedulfl1-15/+32
2004-05-04Display a server boot time of 0 as "Unknown" (as that's what's sent whenguy1-5/+12
2004-04-24some additional output while reassembling fragments,ulfl1-22/+47
2004-04-23update to netlogon to dissect the timestamps in VALIDATION_UAS_INFOsahlberg1-2/+7
2004-03-05we need to export init_ndr_pointer_list() from packet-dcerpc so thatsahlberg1-2/+2
2004-03-03Yaniv Kaul: show interface names - win32 onlyjmayer1-3/+54
2004-02-21From Jaime Fournier:guy1-10/+12
2004-02-18using G_MAXFLOAT and G_MAXDOUBLE,ulfl1-5/+5
2004-02-18From Jaime Fournier: add a hidden FT_BOOLEAN variable that's present ifguy1-5/+11
2004-01-19char *drep -> guint8 *drepjmayer1-22/+22
2003-12-08From Jamie Fournier: don't show UNKUUID information for fragments forguy1-6/+12
2003-11-25From Jaime Fournier: show the RPC version of the unknown interface inguy1-11/+7
2003-11-21From Jamie Fournier: add the UUID to the Info column for datagram calls.guy1-3/+9
2003-11-16Export "protocol_t" as an opaque type.guy1-4/+5
2003-11-13From Jaime Fournier: get rid of space in field name.guy1-2/+2
2003-11-12Put stub data back where it was in the tree before.guy1-3/+3
2003-11-06Update a comment.guy1-2/+8
2003-11-06Bugfix for dcerpc parsing of encrypted short packets.sahlberg1-3/+11
2003-10-23Fix a call to "dissect_dcerpc_cn()" to handle the new return value.guy1-2/+2
2003-10-23Catch exceptions in "dissect_dcerpc_cn_bs()", so that if we get anguy1-20/+54
2003-10-23Get rid of the "offset" argument to "dcerpc_try_handoff()" - it's alwaysguy1-121/+203
2003-10-22From Yaniv Kaul: if there's more than one context item in a BIND PDU, showguy1-2/+5
2003-10-21Catch exceptions when dissecting a verifier, so we still dissect theguy1-100/+112
2003-10-14"dce_try_handoff()" isn't necessarily passed a non-null "auth_info"guy1-4/+6
2003-10-10Updated the DCERPC service response time to also offer the menu tosahlberg1-1/+18
2003-10-08Change dissect_deferred_pointer()sahlberg1-2/+5
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