aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.c
Commit message (Expand)AuthorAgeFilesLines
* Put the top-level item for an NT access mask into the protocol tree withGuy Harris2002-08-221-3/+2
* Some cleanups and fixes from Guy:Tim Potter2002-08-221-14/+8
* Added a NT access mask dissector. The breaks the permission bits up intoTim Potter2002-08-211-1/+361
* In dissect_doserror and dissect_ntstatus, don't add anything to theTim Potter2002-08-071-3/+3
* Removed unused variable.Tim Potter2002-06-281-2/+1
* Cleaned up NT policy handle hashing a bit. Split the store functionTim Potter2002-06-281-58/+65
* Same for a NT status code.Tim Potter2002-06-251-2/+2
* Display the error code for a dos error that doesn't have a value string defined.Tim Potter2002-06-251-2/+2
* Added dissect_ndr_uint16s() utility function for dissecting a bufferTim Potter2002-06-051-1/+40
* Additions to the MAPI dissector. Function 02 for MAPI.Ronnie Sahlberg2002-05-231-7/+7
* Set the length field correctly for proto_tree_add_text() when marking theTim Potter2002-05-151-4/+5
* Mark unused arguments as such.Guy Harris2002-05-111-2/+3
* In "dissect_nt_policy_hnd()":Guy Harris2002-05-111-11/+14
* Added a routine to dissect a DOS error code. These are used in the spoolssTim Potter2002-05-091-1/+65
* Fix up item lengths for policy handle subtree and subitems under it.Tim Potter2002-05-071-4/+8
* From Joerg Mayer: mark unused arguments as such.Guy Harris2002-05-041-11/+11
* Get rid of some unused arguments, and mark some others as unused.Guy Harris2002-04-301-3/+2
* Frame numbers are unsigned, and 0 is not a valid frame number; make theGuy Harris2002-04-221-9/+9
* Add a "proto_register_dcerpc_smb()" which registers ett_ values forGuy Harris2002-04-181-11/+16
* Use policy handle hash code in DCERPC/SMB SAMR dissector.Tim Potter2002-04-171-2/+70
* Display non-zero return codes in COL_INFO.Tim Potter2002-04-161-1/+23
* len and max_len were swapped in the UNICODE_STRING dissectorRonnie Sahlberg2002-03-291-5/+5
* Use dcerpc_call_value structure to fetch request/response frame numbersTim Potter2002-03-261-267/+1
* Some refactoring of the spoolss dissector:Tim Potter2002-03-251-1/+509
* Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" valueGuy Harris2002-03-241-15/+7
* In "fake_unicode()", check to make sure we have all the data in theGuy Harris2002-03-201-12/+9
* There is no guarantee that a buffer obtained using "tvb_get_ptr()" isGuy Harris2002-03-191-54/+48
* Pretty up Policy Handles.Richard Sharpe2002-03-151-2/+3
* Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg2002-03-151-111/+1
* Added a value_string for the countreis which have their MS contry code listedRonnie Sahlberg2002-03-141-1/+111
* Update dissect_ndr_nt_STRING so it can also accept FT_BYTES and for that typeRonnie Sahlberg2002-03-131-12/+33
* Small fix for dissect_ndr_nt_UNICODE_STRING_str() in packet-dcerpc-nt.cRonnie Sahlberg2002-03-121-2/+5
* Move the STRING dissector to packet-dcerpc-nt.c and add one more parameterRonnie Sahlberg2002-03-111-1/+84
* Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.cRonnie Sahlberg2002-03-101-1/+28
* Don't use "proto_tree_add_string_format()" whenGuy Harris2002-03-101-6/+3
* Use "dissect_ndr_nt_UNICODE_STRING_str()", notGuy Harris2002-03-101-70/+12
* Use -1, rather than 0, as the length when creating an item with aGuy Harris2002-03-091-2/+10
* Rename function and variables for dissecting an NT service Account ControlRonnie Sahlberg2002-03-061-1/+3
* Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac...Ronnie Sahlberg2002-03-061-1/+188
* DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.Guy Harris2002-01-291-156/+1
* From Ronnie Sahlberg:Guy Harris2002-01-251-1/+159
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Updates from Tim Potter.Guy Harris2002-01-071-1/+16
* SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris2002-01-031-3/+10
* From Tim Potter: dissect some of the LSA RPCs stub data.Guy Harris2001-12-161-0/+370