aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* from todd sRonnie Sahlberg2004-06-241-51/+89
* DCERPC problem reported by JBM and identified by Todd SabinRonnie Sahlberg2004-06-091-40/+80
* Yaniv Kaul: Add some more UUID decoding on WindowsJörg Mayer2004-06-051-1/+13
* bugfix: when saving connectionless DCERPC fragments,Ulf Lamping2004-06-041-2/+4
* Squelch a compiler warning by removing a "/*" from the middle of aGuy Harris2004-05-291-2/+2
* connectionless cancel PDU's don't have a dg_server_accepting_cancels fieldUlf Lamping2004-05-281-3/+6
* Remove call to PROTO_ITEM_SET_LINK().Tim Potter2004-05-151-2/+1
* remove FI_LINK again,Ulf Lamping2004-05-151-6/+1
* add support to link from specially marked fields to related packets,Ulf Lamping2004-05-141-1/+2
* add support to link from specially marked fields to related packets,Ulf Lamping2004-05-141-1/+6
* Compile fixes for change to dcerpc_info structure.Tim Potter2004-05-071-2/+3
* replace info field "gboolean request" by "guint8 ptype",Ulf Lamping2004-05-071-8/+8
* tag some protocol items as generatedUlf Lamping2004-05-071-15/+32
* Display a server boot time of 0 as "Unknown" (as that's what's sent whenGuy Harris2004-05-041-5/+12
* some additional output while reassembling fragments,Ulf Lamping2004-04-241-22/+47
* update to netlogon to dissect the timestamps in VALIDATION_UAS_INFORonnie Sahlberg2004-04-231-2/+7
* we need to export init_ndr_pointer_list() from packet-dcerpc so thatRonnie Sahlberg2004-03-051-2/+2
* Yaniv Kaul: show interface names - win32 onlyJörg Mayer2004-03-031-3/+54
* From Jaime Fournier:Guy Harris2004-02-211-10/+12
* using G_MAXFLOAT and G_MAXDOUBLE,Ulf Lamping2004-02-181-5/+5
* From Jaime Fournier: add a hidden FT_BOOLEAN variable that's present ifGuy Harris2004-02-181-5/+11
* char *drep -> guint8 *drepJörg Mayer2004-01-191-22/+22
* From Jamie Fournier: don't show UNKUUID information for fragments forGuy Harris2003-12-081-6/+12
* From Jaime Fournier: show the RPC version of the unknown interface inGuy Harris2003-11-251-11/+7
* From Jamie Fournier: add the UUID to the Info column for datagram calls.Guy Harris2003-11-211-3/+9
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-4/+5
* From Jaime Fournier: get rid of space in field name.Guy Harris2003-11-131-2/+2
* Put stub data back where it was in the tree before.Guy Harris2003-11-121-3/+3
* Update a comment.Guy Harris2003-11-061-2/+8
* Bugfix for dcerpc parsing of encrypted short packets.Ronnie Sahlberg2003-11-061-3/+11
* Fix a call to "dissect_dcerpc_cn()" to handle the new return value.Guy Harris2003-10-231-2/+2
* Catch exceptions in "dissect_dcerpc_cn_bs()", so that if we get anGuy Harris2003-10-231-20/+54
* Get rid of the "offset" argument to "dcerpc_try_handoff()" - it's alwaysGuy Harris2003-10-231-121/+203
* From Yaniv Kaul: if there's more than one context item in a BIND PDU, showGuy Harris2003-10-221-2/+5
* Catch exceptions when dissecting a verifier, so we still dissect theGuy Harris2003-10-211-100/+112
* "dce_try_handoff()" isn't necessarily passed a non-null "auth_info"Guy Harris2003-10-141-4/+6
* Updated the DCERPC service response time to also offer the menu toRonnie Sahlberg2003-10-101-1/+18
* Change dissect_deferred_pointer()Ronnie Sahlberg2003-10-081-2/+5
* This commit refactors the dcerpc authentication subdissectors forTim Potter2003-09-261-125/+105
* Use zero to mean we haven't seen any authentication level informationTim Potter2003-09-261-7/+7
* Put the presentation context list and transfer syntax list of a dcerpcTim Potter2003-09-191-12/+33
* Do not take the pointer to a stack object and pass it to the tap system.Ronnie Sahlberg2003-09-111-36/+58
* Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter2003-08-041-12/+22
* From Devin Heitmueller: include the authentication padding in the stubGuy Harris2003-07-211-11/+16
* Alter_context is sort of like Bind, and its authentication stubs areGuy Harris2003-07-181-1/+3
* Squelch a (potentially-valid) compiler warning.Guy Harris2003-07-161-2/+2
* Move all DCERPC authentication/encryption dissection code from packet-dcerpc.cTim Potter2003-07-161-199/+181
* Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter2003-06-261-1/+23
* Squelch a compiler warning (for something that's potentially a realGuy Harris2003-06-191-2/+2
* Initialize di.hf_index in dissect_dcerpc_cn_rqst(). Alan Hood sent me aGerald Combs2003-06-191-1/+2