Move the GSM SMS dissection to a dedicated subdissector (currently still within
[obnox/wireshark/wip.git] / packet-dcerpc.c
2003-12-08 guyFrom Jamie Fournier: don't show UNKUUID information...
2003-11-25 guyFrom Jaime Fournier: show the RPC version of the unknow...
2003-11-21 guyFrom Jamie Fournier: add the UUID to the Info column...
2003-11-16 guyExport "protocol_t" as an opaque type.
2003-11-13 guyFrom Jaime Fournier: get rid of space in field name.
2003-11-12 guyPut stub data back where it was in the tree before.
2003-11-06 guyUpdate a comment.
2003-11-06 sahlbergBugfix for dcerpc parsing of encrypted short packets.
2003-10-23 guyFix a call to "dissect_dcerpc_cn()" to handle the new...
2003-10-23 guyCatch exceptions in "dissect_dcerpc_cn_bs()", so that...
2003-10-23 guyGet rid of the "offset" argument to "dcerpc_try_handoff...
2003-10-22 guyFrom Yaniv Kaul: if there's more than one context item...
2003-10-21 guyCatch exceptions when dissecting a verifier, so we...
2003-10-14 guy"dce_try_handoff()" isn't necessarily passed a non...
2003-10-10 sahlbergUpdated the DCERPC service response time to also offer...
2003-10-08 sahlbergChange dissect_deferred_pointer()
2003-09-26 tpotThis commit refactors the dcerpc authentication subdiss...
2003-09-26 tpotUse zero to mean we haven't seen any authentication...
2003-09-19 tpotPut the presentation context list and transfer syntax...
2003-09-11 sahlbergDo not take the pointer to a stack object and pass...
2003-08-04 tpotGuy suggested that the dcerpc opnum value_string code...
2003-07-21 guyFrom Devin Heitmueller: include the authentication...
2003-07-18 guyAlter_context is sort of like Bind, and its authenticat...
2003-07-16 guySquelch a (potentially-valid) compiler warning.
2003-07-16 tpotMove all DCERPC authentication/encryption dissection...
2003-06-26 tpotDynamically create DCERPC opnum value_strings from...
2003-06-19 guySquelch a compiler warning (for something that's potent...
2003-06-19 geraldInitialize di.hf_index in dissect_dcerpc_cn_rqst()...
2003-06-17 tpotRemove silly dcerpc_smb_check_long_frame() function...
2003-06-12 guyAdd new routines:
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...
next