Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / packet-dcerpc.c
2002-08-22 tpotThese guys got lost in a merge. Actually call the...
2002-08-21 tpotMoved the generic true_false_string saying "Set", ...
2002-08-13 tpotDisplay the protocol name for the UUID in the COL_INFO...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-25 guyFor connection-oriented DCE RPC, show the stub data...
2002-07-11 tpotAdded another authentication service for Snego.
2002-07-10 guyPut back the code to show the authentication data as...
2002-07-10 tpotReordered some boolean fields to be consistent with...
2002-07-09 tpotDissector for DCERPC auth type == 10 (NTLMSSP) from
2002-06-24 guyPut the code to reassemble fragmented connection-orient...
2002-06-24 tpotChange each DCERPC dissector to pass in a hf value...
2002-06-22 guyFrom Jaime Fournier: handle DCE RPC connectionless...
2002-06-19 guyDon't hand off the stub body of a Fault PDU to the...
2002-06-19 guyDissect the bodies of some additional PDU types.
2002-06-18 guyThere's no more need for separate request and response...
2002-06-18 guyThe offset of the authentication information in a conne...
2002-06-17 guyAdd support for reassembly of fragmented connectionless...
2002-06-17 guyAdd #defines for the bits in the flag fields, and a...
2002-06-07 guyAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-05 sahlbergAdded show_fragment_tree() to reassemble. This function...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-05-27 sahlbergChanged toplevel REF pointer dissection to create a...
2002-05-25 sahlbergFix a bug for dcerpc. If we do not have reassembly...
2002-05-24 sahlbergReassembly of fragmented DCE/RPC (only for connection...
2002-05-23 sahlbergAdditions to the MAPI dissector. Function 02 for MAPI.
2002-05-07 sahlbergAdded extra check in the function that parses NDR pointers.
2002-05-02 guyFrom Joerg Mayer: get rid of some unused variables...
2002-04-30 tpotChanged COL_INFO string from 'rqst FOO(...)' to 'FOO...
2002-04-29 guyRemoval (or, at least, #ifdeffing out) of unused variab...
2002-04-22 guyFrame numbers are unsigned, and 0 is not a valid frame...
2002-03-22 guyFor DCE RPC requests and replies, put an item into...
2002-03-21 guyFrom Todd Sabin: set the tvbuff length of the stub...
2002-03-19 guySecondary addresses are NUL-terminated strings; treat...
2002-03-18 guyDon't show a secondary address if the secondary address...
2002-03-16 guyPut an item into the protocol tree for the secondary...
2002-03-10 guyCatch another "(NULL pointer)%s" we didn't catch with...
2002-03-10 guyPut a space between "(NULL pointer)" and the name of...
2002-03-06 sahlbergFixed bug in dissect_ndr_pointer(). Top level Unique...
2002-02-13 guyFrom Ronnie Sahlberg: display the opnum also for reply...
2002-02-12 guyDisplay the fragment length, and fragment ordinal numbe...
2002-02-12 guyFrom Ronnie Sahlberg:
2002-02-11 guyFrom Ronnie Sahlberg:
2002-02-10 guyFrom Todd Sabin:
2002-02-08 guyFixes from Ronnie Sahlberg.
2002-02-06 guyFrom Ronnie Sahlberg:
2002-01-29 guyDCE RPC enhancements, and SAMR improvements, from Ronni...
2002-01-25 guyFrom Ronnie Sahlberg:
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-23 guyFrom Ronnie Sahlberg: add support for finding the respo...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-03 guySPOOLSS RPC dissector, from Tim Potter. This includes...
2001-12-17 guyCheck whether the protocol for a DCERPC subdissector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-05 guySupport for reassembly of DCERPC over SMB, from Ronnie...
2001-11-27 guyAdd { 0, NULL } terminators to some "value_string"...
2001-11-27 guyWhen returning the length of the DCE RPC PDU, add 4...
2001-11-27 guyRename the heuristic dissector table "msrpc" to "smb_tr...
2001-11-27 guyFrom Todd Sabin:
2001-11-18 guyFrom Tim Potter: use the FID, for DCE RPC-over-SMB...
2001-11-12 guyFrom Tim Potter: added code to call request and reply...
2001-11-12 guySupport for DCE RPC atop SMB, and support for several...
2001-10-05 guyUpdate from Todd Sabin to the data representation decoding:
2001-09-30 guyFor requests and responses for unknown interfaces,...
2001-09-30 sharpeCommitting Pasi Eronen's patches to dcerpc.
2001-09-28 guyFrom Todd Sabin: dissect the auth info in connection...
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-07-11 guyNot all C compilers allow C++-style comments.
2001-07-11 guySupport for dissectors of protocols running atop DCE...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-27 guyMore signed-vs-unsigned changes from Joerg Mayer.
2001-04-19 guyDCE RPC updates from Todd Sabin.
2001-03-18 guyChange some "MSRPC"s to "DCERPC"s.
2001-03-18 guyDCE RPC support, from Todd Sabin.