aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris1-3/+2
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theGuy Harris1-9/+9
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forGuy Harris1-11/+16
2002-04-17Use policy handle hash code in DCERPC/SMB SAMR dissector.Tim Potter1-2/+70
2002-04-16Display non-zero return codes in COL_INFO.Tim Potter1-1/+23
2002-03-29len and max_len were swapped in the UNICODE_STRING dissectorRonnie Sahlberg1-5/+5
2002-03-26Use dcerpc_call_value structure to fetch request/response frame numbersTim Potter1-267/+1
2002-03-25Some refactoring of the spoolss dissector:Tim Potter1-1/+509
2002-03-24Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" valueGuy Harris1-15/+7
2002-03-20In "fake_unicode()", check to make sure we have all the data in theGuy Harris1-12/+9
2002-03-19There is no guarantee that a buffer obtained using "tvb_get_ptr()" isGuy Harris1-54/+48
2002-03-15Pretty up Policy Handles.Richard Sharpe1-2/+3
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg1-111/+1
2002-03-14Added a value_string for the countreis which have their MS contry code listedRonnie Sahlberg1-1/+111
2002-03-13Update dissect_ndr_nt_STRING so it can also accept FT_BYTES and for that typeRonnie Sahlberg1-12/+33
2002-03-12Small fix for dissect_ndr_nt_UNICODE_STRING_str() in packet-dcerpc-nt.cRonnie Sahlberg1-2/+5
2002-03-11Move the STRING dissector to packet-dcerpc-nt.c and add one more parameterRonnie Sahlberg1-1/+84
2002-03-10Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.cRonnie Sahlberg1-1/+28
2002-03-10Don't use "proto_tree_add_string_format()" whenGuy Harris1-6/+3
2002-03-10Use "dissect_ndr_nt_UNICODE_STRING_str()", notGuy Harris1-70/+12
2002-03-09Use -1, rather than 0, as the length when creating an item with aGuy Harris1-2/+10
2002-03-06Rename function and variables for dissecting an NT service Account ControlRonnie Sahlberg1-1/+3
2002-03-06Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac...Ronnie Sahlberg1-1/+188
2002-01-29DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.Guy Harris1-156/+1
2002-01-25From Ronnie Sahlberg:Guy Harris1-1/+159
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-07Updates from Tim Potter.Guy Harris1-1/+16
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris1-3/+10
2001-12-16From Tim Potter: dissect some of the LSA RPCs stub data.Guy Harris1-0/+370