aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-11From Devin Heitmueller: make the RC4 support stateful.Guy Harris1-2/+4
2002-12-03Values in Microsoft protocols that don't have their byte order specifiedGuy Harris1-57/+64
2002-12-03From Devin Heitmueller:Guy Harris1-12/+164
2002-11-10From Devin Heitmueller: show proper field names for SAMRGuy Harris1-9/+122
2002-11-10Bugfixes for two SAMR dissectors.Ronnie Sahlberg1-15/+34
2002-08-30Add some fixes from Albert ChinRichard Sharpe1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-464/+464
2002-08-22Some cleanups and fixes from Guy:Tim Potter1-21/+8
2002-08-21Call dissect_nt_access_mask() instead of dissect_ndr_uint32()Tim Potter1-20/+470
2002-08-13The unknown uint32 in create user2 reply is an access granted mask.Tim Potter1-13/+55
2002-08-07Fix a return code in samr_dissect_query_information_domain_reply()Tim Potter1-5/+5
2002-08-06Update packet-dcerpc-samr.{c,h} to fix the names for the functions we nowRichard Sharpe1-3/+24
2002-07-16From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris1-1/+5
2002-07-06A small patch from Andrew Bartlett.Richard Sharpe1-3/+3
2002-07-02Fix up is_open and is_close arguments to dissect_nt_policy_hndTim Potter1-15/+9
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationTim Potter1-2/+73
2002-05-31Removed some trailing commas from various DCERPC dissectors.Tim Potter1-4/+4
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg1-46/+48
2002-05-11In "dissect_nt_policy_hnd()":Guy Harris1-62/+68
2002-05-09Put in a comment noting that the previous change came from a realGuy Harris1-1/+5
2002-05-09As Ronnie Sahlberg notes, the problem is that the QueryDomainInfoGuy Harris1-14/+3
2002-05-09In at least one capture, a QueryDomainInfo response starts with what is,Guy Harris1-2/+13
2002-05-07Several bugfixes for SAMRRonnie Sahlberg1-39/+15
2002-05-05Remove unused function.Tim Potter1-14/+3
2002-05-04From Joerg Mayer: mark unused arguments as such.Guy Harris1-5/+5
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris1-4/+3
2002-04-30Use the string in the DCERPC sub-dissector array instead of providingTim Potter1-409/+62
2002-04-29Un-#if out "samr_dissect_get_alias_membership_response()", to serve as aGuy Harris1-21/+2
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-5/+9
2002-04-22Fix "samr_dissect_query_information_alias_reply()" to dissect theGuy Harris1-15/+19
2002-04-22Fix an error in the "dcerpc_samr_dissectors[]" table.Guy Harris1-12/+20
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forGuy Harris1-10/+1
2002-04-17Display rids for open user, group, alias in COL_INFO.Tim Potter1-6/+64
2002-04-17Prettification of SAMR dissector - display short names in COL_INFO.Tim Potter1-184/+1211
2002-04-17Use policy handle hash code in DCERPC/SMB SAMR dissector.Tim Potter1-76/+113
2002-04-16Display non-zero return codes in COL_INFO.Tim Potter1-48/+74
2002-03-25#include <string.h> to quieten compiler warning.Tim Potter1-1/+2
2002-03-24Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" valueGuy Harris1-2/+2
2002-03-14Added a value_string for the countreis which have their MS contry code listedRonnie Sahlberg1-2/+2
2002-03-11Final patch in preparing for NETLOGON dissector.Ronnie Sahlberg1-19/+72
2002-03-11Move the STRING dissector to packet-dcerpc-nt.c and add one more parameterRonnie Sahlberg1-88/+5
2002-03-11Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS() andRonnie Sahlberg1-7/+7
2002-03-10Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.cRonnie Sahlberg1-28/+1
2002-03-10Don't use "proto_tree_add_string_format()" whenGuy Harris1-4/+3
2002-03-10Use "dissect_ndr_nt_UNICODE_STRING_str()", notGuy Harris1-69/+71
2002-03-06Rename function and variables for dissecting an NT service Account ControlRonnie Sahlberg1-94/+106
2002-03-06Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac...Ronnie Sahlberg1-178/+1
2002-02-26Properly (for English) pluralize names beginning with "s".Guy Harris1-5/+30
2002-02-26From Ronnie Sahlberg: add "alias name" and "group name" fields for aliasGuy Harris1-3/+13
2002-02-14From Ronnie Sahlberg: add decoding of the (known) individual bits ofGuy Harris1-22/+141