aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-464/+464
2002-08-22Some cleanups and fixes from Guy:tpot1-21/+8
2002-08-21Call dissect_nt_access_mask() instead of dissect_ndr_uint32()tpot1-20/+470
2002-08-13The unknown uint32 in create user2 reply is an access granted mask.tpot1-13/+55
2002-08-07Fix a return code in samr_dissect_query_information_domain_reply()tpot1-5/+5
2002-08-06Update packet-dcerpc-samr.{c,h} to fix the names for the functions we nowsharpe1-3/+24
2002-07-16From Joerg Mayer: add #includes of "snprintf.h" in modules that usedguy1-1/+5
2002-07-06A small patch from Andrew Bartlett.sharpe1-3/+3
2002-07-02Fix up is_open and is_close arguments to dissect_nt_policy_hndtpot1-15/+9
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationtpot1-2/+73
2002-05-31Removed some trailing commas from various DCERPC dissectors.tpot1-4/+4
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a s...sahlberg1-46/+48
2002-05-11In "dissect_nt_policy_hnd()":guy1-62/+68
2002-05-09Put in a comment noting that the previous change came from a realguy1-1/+5
2002-05-09As Ronnie Sahlberg notes, the problem is that the QueryDomainInfoguy1-14/+3
2002-05-09In at least one capture, a QueryDomainInfo response starts with what is,guy1-2/+13
2002-05-07Several bugfixes for SAMRsahlberg1-39/+15
2002-05-05Remove unused function.tpot1-14/+3
2002-05-04From Joerg Mayer: mark unused arguments as such.guy1-5/+5
2002-04-30Get rid of some unused arguments, and mark some others as unused.guy1-4/+3
2002-04-30Use the string in the DCERPC sub-dissector array instead of providingtpot1-409/+62
2002-04-29Un-#if out "samr_dissect_get_alias_membership_response()", to serve as aguy1-21/+2
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-5/+9
2002-04-22Fix "samr_dissect_query_information_alias_reply()" to dissect theguy1-15/+19
2002-04-22Fix an error in the "dcerpc_samr_dissectors[]" table.guy1-12/+20
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forguy1-10/+1
2002-04-17Display rids for open user, group, alias in COL_INFO.tpot1-6/+64
2002-04-17Prettification of SAMR dissector - display short names in COL_INFO.tpot1-184/+1211
2002-04-17Use policy handle hash code in DCERPC/SMB SAMR dissector.tpot1-76/+113
2002-04-16Display non-zero return codes in COL_INFO.tpot1-48/+74
2002-03-25#include <string.h> to quieten compiler warning.tpot1-1/+2
2002-03-24Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" valueguy1-2/+2
2002-03-14Added a value_string for the countreis which have their MS contry code listedsahlberg1-2/+2
2002-03-11Final patch in preparing for NETLOGON dissector.sahlberg1-19/+72
2002-03-11Move the STRING dissector to packet-dcerpc-nt.c and add one more parametersahlberg1-88/+5
2002-03-11Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS() andsahlberg1-7/+7
2002-03-10Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.csahlberg1-28/+1
2002-03-10Don't use "proto_tree_add_string_format()" whenguy1-4/+3
2002-03-10Use "dissect_ndr_nt_UNICODE_STRING_str()", notguy1-69/+71
2002-03-06Rename function and variables for dissecting an NT service Account Controlsahlberg1-94/+106
2002-03-06Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac...sahlberg1-178/+1
2002-02-26Properly (for English) pluralize names beginning with "s".guy1-5/+30
2002-02-26From Ronnie Sahlberg: add "alias name" and "group name" fields for aliasguy1-3/+13
2002-02-14From Ronnie Sahlberg: add decoding of the (known) individual bits ofguy1-22/+141
2002-02-13From Ronnie Sahlberg:guy1-102/+210
2002-02-12From Ronnie Sahlberg:guy1-179/+273
2002-02-11From Ronnie Sahlberg:guy1-21/+22
2002-02-10From Todd Sabin:guy1-2/+14
2002-02-10From Ronnie Sahlberg: display the SAMR "Account Control" field in hex.guy1-3/+4
2002-02-08Fixes from Ronnie Sahlberg.guy1-66/+167