aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-464/+464
* Some cleanups and fixes from Guy:Tim Potter2002-08-221-21/+8
* Call dissect_nt_access_mask() instead of dissect_ndr_uint32()Tim Potter2002-08-211-20/+470
* The unknown uint32 in create user2 reply is an access granted mask.Tim Potter2002-08-131-13/+55
* Fix a return code in samr_dissect_query_information_domain_reply()Tim Potter2002-08-071-5/+5
* Update packet-dcerpc-samr.{c,h} to fix the names for the functions we nowRichard Sharpe2002-08-061-3/+24
* From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris2002-07-161-1/+5
* A small patch from Andrew Bartlett.Richard Sharpe2002-07-061-3/+3
* Fix up is_open and is_close arguments to dissect_nt_policy_hndTim Potter2002-07-021-15/+9
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-2/+73
* Removed some trailing commas from various DCERPC dissectors.Tim Potter2002-05-311-4/+4
* Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg2002-05-271-46/+48
* In "dissect_nt_policy_hnd()":Guy Harris2002-05-111-62/+68
* Put in a comment noting that the previous change came from a realGuy Harris2002-05-091-1/+5
* As Ronnie Sahlberg notes, the problem is that the QueryDomainInfoGuy Harris2002-05-091-14/+3
* In at least one capture, a QueryDomainInfo response starts with what is,Guy Harris2002-05-091-2/+13
* Several bugfixes for SAMRRonnie Sahlberg2002-05-071-39/+15
* Remove unused function.Tim Potter2002-05-051-14/+3
* From Joerg Mayer: mark unused arguments as such.Guy Harris2002-05-041-5/+5
* Get rid of some unused arguments, and mark some others as unused.Guy Harris2002-04-301-4/+3
* Use the string in the DCERPC sub-dissector array instead of providingTim Potter2002-04-301-409/+62
* Un-#if out "samr_dissect_get_alias_membership_response()", to serve as aGuy Harris2002-04-291-21/+2
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-5/+9
* Fix "samr_dissect_query_information_alias_reply()" to dissect theGuy Harris2002-04-221-15/+19
* Fix an error in the "dcerpc_samr_dissectors[]" table.Guy Harris2002-04-221-12/+20
* Add a "proto_register_dcerpc_smb()" which registers ett_ values forGuy Harris2002-04-181-10/+1
* Display rids for open user, group, alias in COL_INFO.Tim Potter2002-04-171-6/+64
* Prettification of SAMR dissector - display short names in COL_INFO.Tim Potter2002-04-171-184/+1211
* Use policy handle hash code in DCERPC/SMB SAMR dissector.Tim Potter2002-04-171-76/+113
* Display non-zero return codes in COL_INFO.Tim Potter2002-04-161-48/+74
* #include <string.h> to quieten compiler warning.Tim Potter2002-03-251-1/+2
* Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" valueGuy Harris2002-03-241-2/+2
* Added a value_string for the countreis which have their MS contry code listedRonnie Sahlberg2002-03-141-2/+2
* Final patch in preparing for NETLOGON dissector.Ronnie Sahlberg2002-03-111-19/+72
* Move the STRING dissector to packet-dcerpc-nt.c and add one more parameterRonnie Sahlberg2002-03-111-88/+5
* Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS() andRonnie Sahlberg2002-03-111-7/+7
* Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.cRonnie Sahlberg2002-03-101-28/+1
* Don't use "proto_tree_add_string_format()" whenGuy Harris2002-03-101-4/+3
* Use "dissect_ndr_nt_UNICODE_STRING_str()", notGuy Harris2002-03-101-69/+71
* Rename function and variables for dissecting an NT service Account ControlRonnie Sahlberg2002-03-061-94/+106
* Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac...Ronnie Sahlberg2002-03-061-178/+1
* Properly (for English) pluralize names beginning with "s".Guy Harris2002-02-261-5/+30
* From Ronnie Sahlberg: add "alias name" and "group name" fields for aliasGuy Harris2002-02-261-3/+13
* From Ronnie Sahlberg: add decoding of the (known) individual bits ofGuy Harris2002-02-141-22/+141
* From Ronnie Sahlberg:Guy Harris2002-02-131-102/+210
* From Ronnie Sahlberg:Guy Harris2002-02-121-179/+273
* From Ronnie Sahlberg:Guy Harris2002-02-111-21/+22
* From Todd Sabin:Guy Harris2002-02-101-2/+14
* From Ronnie Sahlberg: display the SAMR "Account Control" field in hex.Guy Harris2002-02-101-3/+4
* Fixes from Ronnie Sahlberg.Guy Harris2002-02-081-66/+167