aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-84/+84
2002-08-22Put the top-level item for an NT access mask into the protocol tree withguy1-3/+2
2002-08-22Some cleanups and fixes from Guy:tpot1-14/+8
2002-08-21Added a NT access mask dissector. The breaks the permission bits up intotpot1-1/+361
2002-08-07In dissect_doserror and dissect_ntstatus, don't add anything to thetpot1-3/+3
2002-06-28Removed unused variable.tpot1-2/+1
2002-06-28Cleaned up NT policy handle hashing a bit. Split the store functiontpot1-58/+65
2002-06-25Same for a NT status code.tpot1-2/+2
2002-06-25Display the error code for a dos error that doesn't have a value string defined.tpot1-2/+2
2002-06-05Added dissect_ndr_uint16s() utility function for dissecting a buffertpot1-1/+40
2002-05-23Additions to the MAPI dissector. Function 02 for MAPI.sahlberg1-7/+7
2002-05-15Set the length field correctly for proto_tree_add_text() when marking thetpot1-4/+5
2002-05-11Mark unused arguments as such.guy1-2/+3
2002-05-11In "dissect_nt_policy_hnd()":guy1-11/+14
2002-05-09Added a routine to dissect a DOS error code. These are used in the spoolsstpot1-1/+65
2002-05-07Fix up item lengths for policy handle subtree and subitems under it.tpot1-4/+8
2002-05-04From Joerg Mayer: mark unused arguments as such.guy1-11/+11
2002-04-30Get rid of some unused arguments, and mark some others as unused.guy1-3/+2
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theguy1-9/+9
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forguy1-11/+16
2002-04-17Use policy handle hash code in DCERPC/SMB SAMR dissector.tpot1-2/+70
2002-04-16Display non-zero return codes in COL_INFO.tpot1-1/+23
2002-03-29len and max_len were swapped in the UNICODE_STRING dissectorsahlberg1-5/+5
2002-03-26Use dcerpc_call_value structure to fetch request/response frame numberstpot1-267/+1
2002-03-25Some refactoring of the spoolss dissector:tpot1-1/+509
2002-03-24Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" valueguy1-15/+7
2002-03-20In "fake_unicode()", check to make sure we have all the data in theguy1-12/+9
2002-03-19There is no guarantee that a buffer obtained using "tvb_get_ptr()" isguy1-54/+48
2002-03-15Pretty up Policy Handles.sharpe1-2/+3
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c tosahlberg1-111/+1
2002-03-14Added a value_string for the countreis which have their MS contry code listedsahlberg1-1/+111
2002-03-13Update dissect_ndr_nt_STRING so it can also accept FT_BYTES and for that typesahlberg1-12/+33
2002-03-12Small fix for dissect_ndr_nt_UNICODE_STRING_str() in packet-dcerpc-nt.csahlberg1-2/+5
2002-03-11Move the STRING dissector to packet-dcerpc-nt.c and add one more parametersahlberg1-1/+84
2002-03-10Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.csahlberg1-1/+28
2002-03-10Don't use "proto_tree_add_string_format()" whenguy1-6/+3
2002-03-10Use "dissect_ndr_nt_UNICODE_STRING_str()", notguy1-70/+12
2002-03-09Use -1, rather than 0, as the length when creating an item with aguy1-2/+10
2002-03-06Rename function and variables for dissecting an NT service Account Controlsahlberg1-1/+3
2002-03-06Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac...sahlberg1-1/+188
2002-01-29DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.guy1-156/+1
2002-01-25From Ronnie Sahlberg:guy1-1/+159
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-07Updates from Tim Potter.guy1-1/+16
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalguy1-3/+10
2001-12-16From Tim Potter: dissect some of the LSA RPCs stub data.guy1-0/+370