aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove silly dcerpc_smb_check_long_frame() function and all calls to it.Tim Potter2003-06-171-1/+12
* Add new routines:Guy Harris2003-06-121-7/+4
* As "tvb_strneql()" and "tvb_memeql()" now just return -1, rather thanGuy Harris2003-06-101-3/+2
* There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris2003-06-041-22/+73
* Put back the stuff for connection-oriented data to show fragment data asGuy Harris2003-05-271-4/+17
* Null-terminate ASCII string values in "dissect_ndr_cvstring()".Guy Harris2003-05-261-1/+2
* Fix typo in name of ett for krb5 auth verifier.Tim Potter2003-05-231-35/+54
* Move dissection of NETLOGON secure channel auth verifier intoTim Potter2003-05-151-45/+9
* Dissect authentication data for netlogon secure channel bind and bind acks.Tim Potter2003-05-151-9/+51
* Re-commit stuff that was lost...Richard Sharpe2003-05-141-2/+58
* Have "dissect_ndr_cvstring()" set the length of the top-level item toGuy Harris2003-05-101-2/+4
* Use "tvb_ensure_bytes_exist()" to cause an exception to be thrownGuy Harris2003-05-101-22/+31
* Based on a patch from Jean-Baptiste Marchand, mark stub data asGuy Harris2003-05-081-43/+41
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-1/+2
* Don't put "[DCE/RPC fragment]" into the Info column if the packet isn'tGuy Harris2003-04-151-5/+7
* Reassembly of DCE/RPC fragments for Request packets was slightly broken.Ronnie Sahlberg2003-04-141-131/+183