aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* These guys got lost in a merge. Actually call the gssapi dissector fromTim Potter2002-08-221-18/+37
* Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2002-08-211-6/+1
* Display the protocol name for the UUID in the COL_INFO field if weTim Potter2002-08-131-2/+11
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* For connection-oriented DCE RPC, show the stub data if we can't actuallyGuy Harris2002-07-251-2/+18
* Added another authentication service for Snego.Tim Potter2002-07-111-1/+4
* Put back the code to show the authentication data as "Auth Data"; callGuy Harris2002-07-101-15/+20
* Reordered some boolean fields to be consistent with the rest of ethereal.Tim Potter2002-07-101-22/+26
* Dissector for DCERPC auth type == 10 (NTLMSSP) fromTim Potter2002-07-091-3/+18
* Put the code to reassemble fragmented connection-oriented andGuy Harris2002-06-241-403/+215
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-19/+15
* From Jaime Fournier: handle DCE RPC connectionless CANCEL PDUs with noGuy Harris2002-06-221-2/+10
* Don't hand off the stub body of a Fault PDU to the subdissector for theGuy Harris2002-06-191-9/+21
* Dissect the bodies of some additional PDU types.Guy Harris2002-06-191-295/+950
* There's no more need for separate request and response reassembly hashGuy Harris2002-06-181-143/+150
* The offset of the authentication information in a connectionless PDU isGuy Harris2002-06-181-9/+5
* Add support for reassembly of fragmented connectionless PDUs.Guy Harris2002-06-171-80/+196
* Add #defines for the bits in the flag fields, and a macro to testGuy Harris2002-06-171-87/+247
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-2/+4
* Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg2002-06-051-103/+20
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-3/+3
* Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg2002-05-271-2/+10
* Fix a bug for dcerpc. If we do not have reassembly of fragments enabled, only...Ronnie Sahlberg2002-05-251-6/+18
* Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).Ronnie Sahlberg2002-05-241-8/+303
* Additions to the MAPI dissector. Function 02 for MAPI.Ronnie Sahlberg2002-05-231-2/+2
* Added extra check in the function that parses NDR pointers.Ronnie Sahlberg2002-05-071-1/+58
* From Joerg Mayer: get rid of some unused variables and arguments, andGuy Harris2002-05-021-9/+9
* Changed COL_INFO string from 'rqst FOO(...)' to 'FOO request' as perTim Potter2002-04-301-13/+20
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-5/+3
* Frame numbers are unsigned, and 0 is not a valid frame number; make theGuy Harris2002-04-221-10/+10
* For DCE RPC requests and replies, put an item into the protocol tree forGuy Harris2002-03-221-13/+73
* From Todd Sabin: set the tvbuff length of the stub data forGuy Harris2002-03-211-35/+137
* Secondary addresses are NUL-terminated strings; treat them as such.Guy Harris2002-03-191-2/+2
* Don't show a secondary address if the secondary address length is 0.Guy Harris2002-03-181-4/+6
* Put an item into the protocol tree for the secondary address in a bindGuy Harris2002-03-161-1/+6
* Catch another "(NULL pointer)%s" we didn't catch with the previousGuy Harris2002-03-101-2/+2
* Put a space between "(NULL pointer)" and the name of the item beingGuy Harris2002-03-101-4/+4
* Fixed bug in dissect_ndr_pointer(). Top level Unique and Full pointers areRonnie Sahlberg2002-03-061-5/+31
* From Ronnie Sahlberg: display the opnum also for reply packets.Guy Harris2002-02-131-1/+2
* Display the fragment length, and fragment ordinal number, in decimal.Guy Harris2002-02-121-3/+3
* From Ronnie Sahlberg:Guy Harris2002-02-121-22/+68
* From Ronnie Sahlberg:Guy Harris2002-02-111-6/+10
* From Todd Sabin:Guy Harris2002-02-101-12/+23
* Fixes from Ronnie Sahlberg.Guy Harris2002-02-081-18/+11
* From Ronnie Sahlberg:Guy Harris2002-02-061-1/+9
* DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.Guy Harris2002-01-291-9/+103
* From Ronnie Sahlberg:Guy Harris2002-01-251-2/+295
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* From Ronnie Sahlberg: add support for finding the response that matchesGuy Harris2002-01-231-120/+272
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3