aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.h
AgeCommit message (Expand)AuthorFilesLines
2002-12-02Get rid of some no-longer-used routines; there are other routines thatGuy Harris1-25/+1
2002-11-28Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" andGuy Harris1-3/+3
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constGuy Harris1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-39/+39
2002-08-22Some cleanups and fixes from Guy:Tim Potter1-3/+3
2002-08-21Added a NT access mask dissector. The breaks the permission bits up intoTim Potter1-1/+11
2002-06-28Cleaned up NT policy handle hashing a bit. Split the store functionTim Potter1-8/+15
2002-06-16We must make sure that the ALIGN_TO_4_BYTES macro does not change the offsetRonnie Sahlberg1-2/+10
2002-06-05Added dissect_ndr_uint16s() utility function for dissecting a bufferTim Potter1-1/+9
2002-05-11In "dissect_nt_policy_hnd()":Guy Harris1-2/+2
2002-05-09Added a routine to dissect a DOS error code. These are used in the spoolssTim Potter1-1/+17
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theGuy Harris1-4/+4
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forGuy Harris1-4/+6
2002-04-17Added dissection and support functions for LSAENUMERATEPRIVILEGESRonnie Sahlberg1-1/+6
2002-04-17LSA dissector updates. Adds a lot of LSA functions to the dissector.Ronnie Sahlberg1-1/+6
2002-04-17Use policy handle hash code in DCERPC/SMB SAMR dissector.Tim Potter1-1/+6
2002-04-16Display non-zero return codes in COL_INFO.Tim Potter1-1/+8
2002-03-26Use dcerpc_call_value structure to fetch request/response frame numbersTim Potter1-26/+4
2002-03-25Some refactoring of the spoolss dissector:Tim Potter1-1/+41
2002-03-19There is no guarantee that a buffer obtained using "tvb_get_ptr()" isGuy Harris1-5/+5
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg1-3/+1
2002-03-14Added a value_string for the countreis which have their MS contry code listedRonnie Sahlberg1-1/+4
2002-03-11Final patch in preparing for NETLOGON dissector.Ronnie Sahlberg1-1/+23
2002-03-11Move the STRING dissector to packet-dcerpc-nt.c and add one more parameterRonnie Sahlberg1-1/+9
2002-03-11Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS() andRonnie Sahlberg1-1/+6
2002-03-10Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.cRonnie Sahlberg1-1/+5
2002-03-10Use "dissect_ndr_nt_UNICODE_STRING_str()", notGuy Harris1-5/+1
2002-03-06Rename function and variables for dissecting an NT service Account ControlRonnie Sahlberg1-1/+4
2002-03-06Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac...Ronnie Sahlberg1-1/+17
2002-01-29DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.Guy Harris1-8/+1
2002-01-25From Ronnie Sahlberg:Guy Harris1-1/+8
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris1-2/+4
2001-12-16From Tim Potter: dissect some of the LSA RPCs stub data.Guy Harris1-0/+74