aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa-ds.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-7/+7
svn path=/trunk/; revision=9735
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-9/+1
somewhat. Now the dynamic initialisation of the value_string is contained in the value_string_from_subdissectors() function instead of being distributed amongst the dcerpc dissectors. svn path=/trunk/; revision=8123
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-9/+11
list rather than duplicating this information in the dissector. Some of the opnum strings were starting to get out of date as developers forgot to update the information in both places. svn path=/trunk/; revision=7936
2003-04-27Call dissect_nt_status() instead of dissect_ndr_uint32() when dissectingTim Potter1-3/+3
return status codes. svn path=/trunk/; revision=7576
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