Handle the case of an empty interface list on Windows the same way we
[obnox/wireshark/wip.git] / packet-dcerpc.c
2003-06-10 guyAs "tvb_strneql()" and "tvb_memeql()" now just return...
2003-06-04 guyThere can be more than one DCE RPC call per frame,...
2003-05-27 guyPut back the stuff for connection-oriented data to...
2003-05-26 guyNull-terminate ASCII string values in "dissect_ndr_cvst...
2003-05-23 tpotFix typo in name of ett for krb5 auth verifier.
2003-05-15 tpotMove dissection of NETLOGON secure channel auth verifie...
2003-05-15 tpotDissect authentication data for netlogon secure channel...
2003-05-14 sharpeRe-commit stuff that was lost...
2003-05-10 guyHave "dissect_ndr_cvstring()" set the length of the...
2003-05-10 guyUse "tvb_ensure_bytes_exist()" to cause an exception...
2003-05-08 guyBased on a patch from Jean-Baptiste Marchand, mark...
2003-04-20 guyAdd a pointer to an hf_ value for a "reassembled_in...
2003-04-15 guyDon't put "[DCE/RPC fragment]" into the Info column...
2003-04-14 sahlbergReassembly of DCE/RPC fragments for Request packets...
2003-03-31 guyDo the same for dissect_ndr_char_cvstring.
2003-03-17 sahlbergchange dissect_ndr_wchar_cvstring so that it uses the...
2003-03-10 jmayerPointer <--> int converions cause warnings on ia64.
2003-03-05 guyUse the reported length, not the captured length, as...
2003-02-24 guyRename "fake_unicode()" to "tvb_fake_unicode()" as...
2003-02-21 guyWell, perhaps that padding really *is* padding, or...
2003-02-11 guyWhen putting the lowest-level protocol tree item in...
2003-02-10 tpotIn dissect_ndr_cvstring(), return string data even...
2003-02-10 tpotAdded a comment about the length argument to fake_unico...
2003-02-07 guyFix some comments.
2003-02-07 guyRename "dissect_ndr_char_string()" and "dissect_ndr_wch...
2003-02-07 guyRename "dissect_ndr_char_array" and "disect_ndr_wchar_a...
2003-02-07 guyCatch ReportedBoundsError when dissecting even non...
2003-02-07 guyFix a typo in the multiple-include protection in "packe...
2003-02-05 tpotMake the dcerpc.request_in and dcerpc.response_in field...
2003-01-28 tpotReplace the 'levels' argument to dissect_ndr_pointer...
2003-01-24 jmayerAdd a missing include packet-dcerpc-nt.h
2003-01-24 tpotPerform the initialisation for the NT specific DCERPC...
2003-01-14 guyCatch ReportedBoundsError exceptions when dissecting...
2003-01-06 sahlbergUpdate DCERPC so that for (NTLMSSP) PDUs that have...
2002-12-31 guyFix a braino in a last-minute fix I put into the previo...
2002-12-31 guyFrom Devin Heitmueller: support for decrypting DCERPC...
2002-12-19 sahlbergUpdate reassemble.c/show_item and all callers to use...
2002-12-14 guyWhen processing a connection-oriented DCERPC PDU, don...
2002-12-11 guyFrom Devin Heitmueller:
2002-12-05 guyIt seems pretty clear that a PDU_AUTH3 really is an...
2002-11-28 guyArguments to hash routines are gconstpointer's; assign...
2002-11-10 guyDissect NTLMSSP authentication verifiers, as per lkcl...
2002-11-05 guyIn connection-oriented DCE RPC, the authentication...
2002-11-03 guyUse the full name of the "hf_dcerpc_obj_id" field when...
2002-11-02 sahlbergFrom Jean-Baptiste Marchand update the proto_tree_add_...
2002-10-25 guyFrom Ronnie Sahlberg: Ethereal support for DCERPCSTAT.
2002-10-24 guyAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-10-23 guyFrom Ronnie Sahlberg: add a tap for statistics for...
2002-10-22 guyFrom Ronnie Sahlberg: track and display the time betwee...
2002-09-26 sahlbergFrom Jaime Fournier: updates to dcerpc conversation...
2002-09-09 guyDissect the autentication verifier for Kerberos 5 authe...
2002-09-08 tpotAuth type 8 is NETLOGON secure channel used for BDC...
2002-09-03 sahlbergFrom Ulf Lamping, support for ieee float and double...
2002-08-30 tpotsnego -> spnego
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
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:
next