aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.h
AgeCommit message (Expand)AuthorFilesLines
2004-05-19Remove hf argument to common routines for dissecting domain sids. Mosttpot1-5/+5
2004-01-19char *drep -> guint8 *drepjmayer1-24/+24
2003-06-17Remove silly dcerpc_smb_check_long_frame() function and all calls to it.tpot1-7/+1
2003-06-05In the policy handle hashing, handle more than one policy handle havingguy1-6/+9
2003-05-21Change the interface to dissect_ndr_nt_SID to take the extra parameter hf_sidsahlberg1-2/+2
2003-05-21Change the interface to dissect_ndr_nt_PSID to take one extra parameter which...sahlberg1-2/+2
2003-05-15Move the value_string of platform ID values to "packet-dcerpc-nt.c", andguy1-1/+6
2003-05-09Add a dissect_ndr_counted_byte_array_cb function which can take a callbacktpot1-1/+8
2003-04-27Not all strings in MS interfaces are unicode.sahlberg1-1/+5
2003-02-08Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itguy1-1/+6
2003-02-07Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".guy1-14/+2
2003-02-07Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.ctpot1-11/+1
2003-02-03Replace the confusing collection of Windows DCERPC string handlingtpot1-27/+20
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toguy1-6/+7
2003-01-28Defined a useful callback function for dissect_ndr_pointer() which cantpot1-8/+41
2003-01-24Perform the initialisation for the NT specific DCERPC dissectors as parttpot1-1/+6
2003-01-11Delete all prs_* functions. Huzzah!tpot1-17/+1
2002-12-02Get rid of some no-longer-used routines; there are other routines thatguy1-25/+1
2002-11-28Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" andguy1-3/+3
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constguy1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-39/+39
2002-08-22Some cleanups and fixes from Guy:tpot1-3/+3
2002-08-21Added a NT access mask dissector. The breaks the permission bits up intotpot1-1/+11
2002-06-28Cleaned up NT policy handle hashing a bit. Split the store functiontpot1-8/+15
2002-06-16We must make sure that the ALIGN_TO_4_BYTES macro does not change the offsetsahlberg1-2/+10
2002-06-05Added dissect_ndr_uint16s() utility function for dissecting a buffertpot1-1/+9
2002-05-11In "dissect_nt_policy_hnd()":guy1-2/+2
2002-05-09Added a routine to dissect a DOS error code. These are used in the spoolsstpot1-1/+17
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theguy1-4/+4
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forguy1-4/+6
2002-04-17Added dissection and support functions for LSAENUMERATEPRIVILEGESsahlberg1-1/+6
2002-04-17LSA dissector updates. Adds a lot of LSA functions to the dissector.sahlberg1-1/+6
2002-04-17Use policy handle hash code in DCERPC/SMB SAMR dissector.tpot1-1/+6
2002-04-16Display non-zero return codes in COL_INFO.tpot1-1/+8
2002-03-26Use dcerpc_call_value structure to fetch request/response frame numberstpot1-26/+4
2002-03-25Some refactoring of the spoolss dissector:tpot1-1/+41
2002-03-19There is no guarantee that a buffer obtained using "tvb_get_ptr()" isguy1-5/+5
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c tosahlberg1-3/+1
2002-03-14Added a value_string for the countreis which have their MS contry code listedsahlberg1-1/+4
2002-03-11Final patch in preparing for NETLOGON dissector.sahlberg1-1/+23
2002-03-11Move the STRING dissector to packet-dcerpc-nt.c and add one more parametersahlberg1-1/+9
2002-03-11Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS() andsahlberg1-1/+6
2002-03-10Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.csahlberg1-1/+5
2002-03-10Use "dissect_ndr_nt_UNICODE_STRING_str()", notguy1-5/+1
2002-03-06Rename function and variables for dissecting an NT service Account Controlsahlberg1-1/+4
2002-03-06Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac...sahlberg1-1/+17
2002-01-29DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.guy1-8/+1
2002-01-25From Ronnie Sahlberg:guy1-1/+8
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalguy1-2/+4
2001-12-16From Tim Potter: dissect some of the LSA RPCs stub data.guy1-0/+74