It appears that the first two bytes of "xxz" are, in fact, the actual
[metze/wireshark/wip.git] / packet-dcerpc.c
2003-01-06 Ronnie SahlbergUpdate DCERPC so that for (NTLMSSP) PDUs that have...
2002-12-31 Guy HarrisFix a braino in a last-minute fix I put into the previo...
2002-12-31 Guy HarrisFrom Devin Heitmueller: support for decrypting DCERPC...
2002-12-19 Ronnie SahlbergUpdate reassemble.c/show_item and all callers to use...
2002-12-14 Guy HarrisWhen processing a connection-oriented DCERPC PDU, don...
2002-12-11 Guy HarrisFrom Devin Heitmueller:
2002-12-05 Guy HarrisIt seems pretty clear that a PDU_AUTH3 really is an...
2002-11-28 Guy HarrisArguments to hash routines are gconstpointer's; assign...
2002-11-10 Guy HarrisDissect NTLMSSP authentication verifiers, as per lkcl...
2002-11-05 Guy HarrisIn connection-oriented DCE RPC, the authentication...
2002-11-03 Guy HarrisUse the full name of the "hf_dcerpc_obj_id" field when...
2002-11-02 Ronnie SahlbergFrom Jean-Baptiste Marchand update the proto_tree_add_...
2002-10-25 Guy HarrisFrom Ronnie Sahlberg: Ethereal support for DCERPCSTAT.
2002-10-24 Guy HarrisAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-10-23 Guy HarrisFrom Ronnie Sahlberg: add a tap for statistics for...
2002-10-22 Guy HarrisFrom Ronnie Sahlberg: track and display the time betwee...
2002-09-26 Ronnie SahlbergFrom Jaime Fournier: updates to dcerpc conversation...
2002-09-09 Guy HarrisDissect the autentication verifier for Kerberos 5 authe...
2002-09-08 Tim PotterAuth type 8 is NETLOGON secure channel used for BDC...
2002-09-03 Ronnie SahlbergFrom Ulf Lamping, support for ieee float and double...
2002-08-30 Tim Pottersnego -> spnego
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-22 Tim PotterThese guys got lost in a merge. Actually call the...
2002-08-21 Tim PotterMoved the generic true_false_string saying "Set", ...
2002-08-13 Tim PotterDisplay the protocol name for the UUID in the COL_INFO...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-25 Guy HarrisFor connection-oriented DCE RPC, show the stub data...
2002-07-11 Tim PotterAdded another authentication service for Snego.
2002-07-10 Guy HarrisPut back the code to show the authentication data as...
2002-07-10 Tim PotterReordered some boolean fields to be consistent with...
2002-07-09 Tim PotterDissector for DCERPC auth type == 10 (NTLMSSP) from
2002-06-24 Guy HarrisPut the code to reassemble fragmented connection-orient...
2002-06-24 Tim PotterChange each DCERPC dissector to pass in a hf value...
2002-06-22 Guy HarrisFrom Jaime Fournier: handle DCE RPC connectionless...
2002-06-19 Guy HarrisDon't hand off the stub body of a Fault PDU to the...
2002-06-19 Guy HarrisDissect the bodies of some additional PDU types.
2002-06-18 Guy HarrisThere's no more need for separate request and response...
2002-06-18 Guy HarrisThe offset of the authentication information in a conne...
2002-06-17 Guy HarrisAdd support for reassembly of fragmented connectionless...
2002-06-17 Guy HarrisAdd #defines for the bits in the flag fields, and a...
2002-06-07 Guy HarrisAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-05 Ronnie SahlbergAdded show_fragment_tree() to reassemble. This function...
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2002-05-27 Ronnie SahlbergChanged toplevel REF pointer dissection to create a...
2002-05-25 Ronnie SahlbergFix a bug for dcerpc. If we do not have reassembly...
2002-05-24 Ronnie SahlbergReassembly of fragmented DCE/RPC (only for connection...
2002-05-23 Ronnie SahlbergAdditions to the MAPI dissector. Function 02 for MAPI.
2002-05-07 Ronnie SahlbergAdded extra check in the function that parses NDR pointers.
2002-05-02 Guy HarrisFrom Joerg Mayer: get rid of some unused variables...
2002-04-30 Tim PotterChanged COL_INFO string from 'rqst FOO(...)' to 'FOO...
2002-04-29 Guy HarrisRemoval (or, at least, #ifdeffing out) of unused variab...
2002-04-22 Guy HarrisFrame numbers are unsigned, and 0 is not a valid frame...
2002-03-22 Guy HarrisFor DCE RPC requests and replies, put an item into...
2002-03-21 Guy HarrisFrom Todd Sabin: set the tvbuff length of the stub...
2002-03-19 Guy HarrisSecondary addresses are NUL-terminated strings; treat...
2002-03-18 Guy HarrisDon't show a secondary address if the secondary address...
2002-03-16 Guy HarrisPut an item into the protocol tree for the secondary...
2002-03-10 Guy HarrisCatch another "(NULL pointer)%s" we didn't catch with...
2002-03-10 Guy HarrisPut a space between "(NULL pointer)" and the name of...
2002-03-06 Ronnie SahlbergFixed bug in dissect_ndr_pointer(). Top level Unique...
2002-02-13 Guy HarrisFrom Ronnie Sahlberg: display the opnum also for reply...
2002-02-12 Guy HarrisDisplay the fragment length, and fragment ordinal numbe...
2002-02-12 Guy HarrisFrom Ronnie Sahlberg:
2002-02-11 Guy HarrisFrom Ronnie Sahlberg:
2002-02-10 Guy HarrisFrom Todd Sabin:
2002-02-08 Guy HarrisFixes from Ronnie Sahlberg.
2002-02-06 Guy HarrisFrom Ronnie Sahlberg:
2002-01-29 Guy HarrisDCE RPC enhancements, and SAMR improvements, from Ronni...
2002-01-25 Guy HarrisFrom Ronnie Sahlberg:
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-23 Guy HarrisFrom Ronnie Sahlberg: add support for finding the respo...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-03 Guy HarrisSPOOLSS RPC dissector, from Tim Potter. This includes...
2001-12-17 Guy HarrisCheck whether the protocol for a DCERPC subdissector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-05 Guy HarrisSupport for reassembly of DCERPC over SMB, from Ronnie...
2001-11-27 Guy HarrisAdd { 0, NULL } terminators to some "value_string"...
2001-11-27 Guy HarrisWhen returning the length of the DCE RPC PDU, add 4...
2001-11-27 Guy HarrisRename the heuristic dissector table "msrpc" to "smb_tr...
2001-11-27 Guy HarrisFrom Todd Sabin:
2001-11-18 Guy HarrisFrom Tim Potter: use the FID, for DCE RPC-over-SMB...
2001-11-12 Guy HarrisFrom Tim Potter: added code to call request and reply...
2001-11-12 Guy HarrisSupport for DCE RPC atop SMB, and support for several...
2001-10-05 Guy HarrisUpdate from Todd Sabin to the data representation decoding:
2001-09-30 Guy HarrisFor requests and responses for unknown interfaces,...
2001-09-30 Richard SharpeCommitting Pasi Eronen's patches to dcerpc.
2001-09-28 Guy HarrisFrom Todd Sabin: dissect the auth info in connection...
2001-09-03 Guy HarrisInstead of having a single datum attached to a conversa...
2001-07-11 Guy HarrisNot all C compilers allow C++-style comments.
2001-07-11 Guy HarrisSupport for dissectors of protocols running atop DCE...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-27 Guy HarrisMore signed-vs-unsigned changes from Joerg Mayer.
2001-04-19 Guy HarrisDCE RPC updates from Todd Sabin.
2001-03-18 Guy HarrisChange some "MSRPC"s to "DCERPC"s.
2001-03-18 Guy HarrisDCE RPC support, from Todd Sabin.