aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-28Removed some out of date comments.Tim Potter1-7/+1
2003-01-28Defined a useful callback function for dissect_ndr_pointer() which canTim Potter1-49/+97
2003-01-24Perform the initialisation for the NT specific DCERPC dissectors as partTim Potter1-192/+188
2003-01-16Clean up some unused variables in dissect_ndr_nt_UNICODE_STRING_str()Tim Potter1-8/+8
2003-01-11Put Unicode strings into the protocol tree with the appropriate protocolGuy Harris1-45/+13
2003-01-11"hf_nt_str" is of type FT_STRING, so it should be set to an ASCIIGuy Harris1-6/+33
2003-01-11Delete all prs_* functions. Huzzah!Tim Potter1-101/+11
2002-12-02Get rid of some no-longer-used routines; there are other routines thatGuy Harris1-190/+2
2002-12-02Get rid of a no-longer-used variable.Guy Harris1-5/+1
2002-11-28Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" andGuy Harris1-7/+4
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constGuy Harris1-12/+12
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-84/+84
2002-08-22Put the top-level item for an NT access mask into the protocol tree withGuy Harris1-3/+2
2002-08-22Some cleanups and fixes from Guy:Tim Potter1-14/+8
2002-08-21Added a NT access mask dissector. The breaks the permission bits up intoTim Potter1-1/+361
2002-08-07In dissect_doserror and dissect_ntstatus, don't add anything to theTim Potter1-3/+3
2002-06-28Removed unused variable.Tim Potter1-2/+1
2002-06-28Cleaned up NT policy handle hashing a bit. Split the store functionTim Potter1-58/+65
2002-06-25Same for a NT status code.Tim Potter1-2/+2
2002-06-25Display the error code for a dos error that doesn't have a value string defined.Tim Potter1-2/+2
2002-06-05Added dissect_ndr_uint16s() utility function for dissecting a bufferTim Potter1-1/+40
2002-05-23Additions to the MAPI dissector. Function 02 for MAPI.Ronnie Sahlberg1-7/+7
2002-05-15Set the length field correctly for proto_tree_add_text() when marking theTim Potter1-4/+5
2002-05-11Mark unused arguments as such.Guy Harris1-2/+3
2002-05-11In "dissect_nt_policy_hnd()":Guy Harris1-11/+14
2002-05-09Added a routine to dissect a DOS error code. These are used in the spoolssTim Potter1-1/+65
2002-05-07Fix up item lengths for policy handle subtree and subitems under it.Tim Potter1-4/+8
2002-05-04From Joerg Mayer: mark unused arguments as such.Guy Harris1-11/+11
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