aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa-ds.c
AgeCommit message (Collapse)AuthorFilesLines
2003-02-14Put info level in COL_INFO for DsRoleGetDomInfo RPC.Tim Potter1-2/+8
svn path=/trunk/; revision=7146
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-4/+4
items N levels up from the item being processed, and use that to decorate the tree as it was decorated before. svn path=/trunk/; revision=7043
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-12/+12
Strings that used to call with levels != -1 should call the callback helper which will append the string to the pointer item. svn path=/trunk/; revision=7017
2002-11-21Patch from Jim McDonough to fix lsa-ds DSROLE_BASIC_INFO dissection.Tim Potter1-4/+17
svn path=/trunk/; revision=6664
2002-11-19Fixed typo in dsrole basic domain info tree.Tim Potter1-2/+2
svn path=/trunk/; revision=6660
2002-11-15Update to LSA_DS from Jim McDonoughRonnie Sahlberg1-6/+99
svn path=/trunk/; revision=6635
2002-11-14This patch adds dissection of DsRoleGetPrimaryDomainInfo to theRichard Sharpe1-3/+170
dcerpc-lsa-ds dissector. From Jim McDonough svn path=/trunk/; revision=6623
2002-11-02Register the ett_ values.Guy Harris1-1/+6
svn path=/trunk/; revision=6549
2002-11-01Added support for a new DCERPC pipe supported by Windows 2000. It hasTim Potter1-0/+70
something to do with Active Directory and has been named LSA_DS by the Samba Team. svn path=/trunk/; revision=6527