aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-03When dissecting specific rights, pass a name string down so theTim Potter1-10/+10
2003-03-11When registering a string preference, if the value of the preference isGuy Harris1-2/+2
2003-02-25hf_samr_mask is actually an nt_acct_ctrl.Tim Potter1-12/+7
2003-02-21Forgot to rename constant for bit 0x80 of SAMR domain handle permissions.Tim Potter1-2/+2
2003-02-21Apparently bit 0x80 of a SAMR domain handle is the permission to lookTim Potter1-6/+6
2003-02-19Don't try to put the policy handle name into the Info column if we don'tGuy Harris1-6/+6
2003-02-14Display the policy handle name in COL_INFO for the ClosePolicy RPC.Tim Potter1-9/+19
2003-02-08Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as itGuy Harris1-19/+19
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris1-3/+3
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris1-3/+3
2003-02-07Decorate several layers of the tree with the account name inGuy Harris1-3/+3
2003-02-03Convert to new DCERPC string handling functions. There are still someTim Potter1-150/+95
2003-02-02Decorate one level up with the string inGuy Harris1-2/+9
2003-01-31The handle returned by the OpenDomain RPC now has the SID in the handleTim Potter1-22/+119
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-72/+72
2003-01-30Display random useful tidbits in COL_INFO.Tim Potter1-43/+86
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-190/+179
2003-01-11Put Unicode strings into the protocol tree with the appropriate protocolGuy Harris1-6/+1
2003-01-11Get rid of an extra "." at the end of the name of the "nt.str" field.Guy Harris1-2/+2
2003-01-11Convert some incidental prs_* calls to dissect_dcerpc_*Tim Potter1-1/+6
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