Dissect authentication data for netlogon secure channel bind and bind acks.
[metze/wireshark/wip.git] / packet-dcerpc.c
2003-05-15 Tim PotterDissect authentication data for netlogon secure channel...
2003-05-14 Richard SharpeRe-commit stuff that was lost...
2003-05-10 Guy HarrisHave "dissect_ndr_cvstring()" set the length of the...
2003-05-10 Guy HarrisUse "tvb_ensure_bytes_exist()" to cause an exception...
2003-05-08 Guy HarrisBased on a patch from Jean-Baptiste Marchand, mark...
2003-04-20 Guy HarrisAdd a pointer to an hf_ value for a "reassembled_in...
2003-04-15 Guy HarrisDon't put "[DCE/RPC fragment]" into the Info column...
2003-04-14 Ronnie SahlbergReassembly of DCE/RPC fragments for Request packets...
2003-03-31 Guy HarrisDo the same for dissect_ndr_char_cvstring.
2003-03-17 Ronnie Sahlbergchange dissect_ndr_wchar_cvstring so that it uses the...
2003-03-10 Jörg MayerPointer <--> int converions cause warnings on ia64.
2003-03-05 Guy HarrisUse the reported length, not the captured length, as...
2003-02-24 Guy HarrisRename "fake_unicode()" to "tvb_fake_unicode()" as...
2003-02-21 Guy HarrisWell, perhaps that padding really *is* padding, or...
2003-02-11 Guy HarrisWhen putting the lowest-level protocol tree item in...
2003-02-10 Tim PotterIn dissect_ndr_cvstring(), return string data even...
2003-02-10 Tim PotterAdded a comment about the length argument to fake_unico...
2003-02-07 Guy HarrisFix some comments.
2003-02-07 Guy HarrisRename "dissect_ndr_char_string()" and "dissect_ndr_wch...
2003-02-07 Guy HarrisRename "dissect_ndr_char_array" and "disect_ndr_wchar_a...
2003-02-07 Guy HarrisCatch ReportedBoundsError when dissecting even non...
2003-02-07 Guy HarrisFix a typo in the multiple-include protection in "packe...
2003-02-05 Tim PotterMake the dcerpc.request_in and dcerpc.response_in field...
2003-01-28 Tim PotterReplace the 'levels' argument to dissect_ndr_pointer...
2003-01-24 Jörg MayerAdd a missing include packet-dcerpc-nt.h
2003-01-24 Tim PotterPerform the initialisation for the NT specific DCERPC...
2003-01-14 Guy HarrisCatch ReportedBoundsError exceptions when dissecting...
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...
next