aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.h
AgeCommit message (Expand)AuthorFilesLines
2003-06-17Remove silly dcerpc_smb_check_long_frame() function and all calls to it.Tim Potter1-7/+1
2003-06-05In the policy handle hashing, handle more than one policy handle havingGuy Harris1-6/+9
2003-05-21Change the interface to dissect_ndr_nt_SID to take the extra parameter hf_sidRonnie Sahlberg1-2/+2
2003-05-21Change the interface to dissect_ndr_nt_PSID to take one extra parameter which...Ronnie Sahlberg1-2/+2
2003-05-15Move the value_string of platform ID values to "packet-dcerpc-nt.c", andGuy Harris1-1/+6
2003-05-09Add a dissect_ndr_counted_byte_array_cb function which can take a callbackTim Potter1-1/+8
2003-04-27Not all strings in MS interfaces are unicode.Ronnie Sahlberg1-1/+5
2003-02-08Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itGuy Harris1-1/+6
2003-02-07Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".Guy Harris1-14/+2
2003-02-07Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.cTim Potter1-11/+1
2003-02-03Replace the confusing collection of Windows DCERPC string handlingTim Potter1-27/+20
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-6/+7
2003-01-28Defined a useful callback function for dissect_ndr_pointer() which canTim Potter1-8/+41
2003-01-24Perform the initialisation for the NT specific DCERPC dissectors as partTim Potter1-1/+6
2003-01-11Delete all prs_* functions. Huzzah!Tim Potter1-17/+1
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