From Richard Urwin a great enhancement to the color filter dialogue to
[obnox/wireshark/wip.git] / packet-dcerpc-nt.c
2003-07-01 guyMake "cb_str_postprocess()" work like "cb_wstr_postproc...
2003-06-17 tpotRemove silly dcerpc_smb_check_long_frame() function...
2003-06-05 guyIn the policy handle hashing, handle more than one...
2003-05-15 guyMove the value_string of platform ID values to "packet...
2003-05-09 tpotAdd a dissect_ndr_counted_byte_array_cb function which...
2003-04-27 guyUse "tvb_format_text()" to format the string in "cb_str...
2003-04-27 sahlbergNot all strings in MS interfaces are unicode.
2003-04-27 guyFix a typo.
2003-02-25 tpotDon't append text in cb_str_postprocess() if text is...
2003-02-24 guyRename "fake_unicode()" to "tvb_fake_unicode()" as...
2003-02-08 guyHave "dissect_ndr_counted_string()" add 2, not 1, to...
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 guyFix a typo in the multiple-include protection in "packe...
2003-02-07 tpotMove dissect_nt_access_mask() from packet-dcerpc-nt...
2003-02-03 tpotReplace the confusing collection of Windows DCERPC...
2003-01-31 guyIf "dissect_ndr_nt_STRING()" is being used to dissect...
2003-01-30 tpotDon't append string to upper-level proto_items if item...
2003-01-30 guyGeneralize "cb_str_postprocess()" to allow the string...
2003-01-30 guyNDR strings begin with a uint32, so they start on a...
2003-01-28 tpotRemoved some out of date comments.
2003-01-28 tpotDefined a useful callback function for dissect_ndr_poin...
2003-01-24 tpotPerform the initialisation for the NT specific DCERPC...
2003-01-16 tpotClean up some unused variables in dissect_ndr_nt_UNICOD...
2003-01-11 guyPut Unicode strings into the protocol tree with the...
2003-01-11 guy"hf_nt_str" is of type FT_STRING, so it should be set...
2003-01-11 tpotDelete all prs_* functions. Huzzah!
2002-12-02 guyGet rid of some no-longer-used routines; there are...
2002-12-02 guyGet rid of a no-longer-used variable.
2002-11-28 guyGet rid of the "pdata" argument to "dissect_dcerpc_uint...
2002-11-28 guyArguments to hash routines are gconstpointer's; assign...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-22 guyPut the top-level item for an NT access mask into the...
2002-08-22 tpotSome cleanups and fixes from Guy:
2002-08-21 tpotAdded a NT access mask dissector. The breaks the permi...
2002-08-07 tpotIn dissect_doserror and dissect_ntstatus, don't add...
2002-06-28 tpotRemoved unused variable.
2002-06-28 tpotCleaned up NT policy handle hashing a bit. Split the...
2002-06-25 tpotSame for a NT status code.
2002-06-25 tpotDisplay the error code for a dos error that doesn't...
2002-06-05 tpotAdded dissect_ndr_uint16s() utility function for dissec...
2002-05-23 sahlbergAdditions to the MAPI dissector. Function 02 for MAPI.
2002-05-15 tpotSet the length field correctly for proto_tree_add_text...
2002-05-11 guyMark unused arguments as such.
2002-05-11 guyIn "dissect_nt_policy_hnd()":
2002-05-09 tpotAdded a routine to dissect a DOS error code. These...
2002-05-07 tpotFix up item lengths for policy handle subtree and subit...
2002-05-04 guyFrom Joerg Mayer: mark unused arguments as such.
2002-04-30 guyGet rid of some unused arguments, and mark some others...
2002-04-22 guyFrame numbers are unsigned, and 0 is not a valid frame...
2002-04-18 guyAdd a "proto_register_dcerpc_smb()" which registers...
2002-04-17 tpotUse policy handle hash code in DCERPC/SMB SAMR dissector.
2002-04-16 tpotDisplay non-zero return codes in COL_INFO.
2002-03-29 sahlberglen and max_len were swapped in the UNICODE_STRING...
2002-03-26 tpotUse dcerpc_call_value structure to fetch request/respon...
2002-03-25 tpotSome refactoring of the spoolss dissector:
2002-03-24 guyFix "dissect_ndr_nt_UNICODE_STRING_str()" so that the...
2002-03-20 guyIn "fake_unicode()", check to make sure we have all...
2002-03-19 guyThere is no guarantee that a buffer obtained using...
2002-03-15 sharpePretty up Policy Handles.
2002-03-15 sahlbergMoved the value_string for MS country codes from packet...
2002-03-14 sahlbergAdded a value_string for the countreis which have their...
2002-03-13 sahlbergUpdate dissect_ndr_nt_STRING so it can also accept...
2002-03-12 sahlbergSmall fix for dissect_ndr_nt_UNICODE_STRING_str() in...
2002-03-11 sahlbergMove the STRING dissector to packet-dcerpc-nt.c and...
2002-03-10 sahlbergMoved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr...
2002-03-10 guyDon't use "proto_tree_add_string_format()" when
2002-03-10 guyUse "dissect_ndr_nt_UNICODE_STRING_str()", not
2002-03-09 guyUse -1, rather than 0, as the length when creating...
2002-03-06 sahlbergRename function and variables for dissecting an NT...
2002-03-06 sahlbergMoved dissector for UNICODE_STRING structure from packe...
2002-01-29 guyDCE RPC enhancements, and SAMR improvements, from Ronni...
2002-01-25 guyFrom Ronnie Sahlberg:
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-07 guyUpdates from Tim Potter.
2002-01-03 guySPOOLSS RPC dissector, from Tim Potter. This includes...
2001-12-16 guyFrom Tim Potter: dissect some of the LSA RPCs stub...