Commit graph

12 commits

Author SHA1 Message Date
Tim Potter
4ccbfa3edc Guy suggested that the dcerpc opnum value_string code could be simplified
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-08-04 02:49:04 +00:00
Tim Potter
623f5b865d Dynamically create DCERPC opnum value_strings from the subdissector
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-06-26 04:30:31 +00:00
Tim Potter
fea3d754fd Call dissect_nt_status() instead of dissect_ndr_uint32() when dissecting
return status codes.

svn path=/trunk/; revision=7576
2003-04-27 04:33:10 +00:00
Tim Potter
c57fb295ab Put info level in COL_INFO for DsRoleGetDomInfo RPC.
svn path=/trunk/; revision=7146
2003-02-14 06:14:27 +00:00
Guy Harris
5dc66497b7 Generalize "cb_str_postprocess()" to allow the string to be appended to
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-30 08:19:39 +00:00
Tim Potter
1d6acba45c Convert dissector to callback based version of dissect_ndr_pointer().
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
2003-01-28 06:39:41 +00:00
Tim Potter
394560ab9b Patch from Jim McDonough to fix lsa-ds DSROLE_BASIC_INFO dissection.
svn path=/trunk/; revision=6664
2002-11-21 03:45:23 +00:00
Tim Potter
73b034105b Fixed typo in dsrole basic domain info tree.
svn path=/trunk/; revision=6660
2002-11-19 05:28:16 +00:00
Ronnie Sahlberg
a68b16ea5a Update to LSA_DS from Jim McDonough
svn path=/trunk/; revision=6635
2002-11-15 08:46:42 +00:00
Richard Sharpe
a036e763d9 This patch adds dissection of DsRoleGetPrimaryDomainInfo to the
dcerpc-lsa-ds dissector.

From Jim McDonough

svn path=/trunk/; revision=6623
2002-11-14 04:39:39 +00:00
Guy Harris
18fe4b214c Register the ett_ values.
svn path=/trunk/; revision=6549
2002-11-02 22:55:49 +00:00
Tim Potter
f64906c9b3 Added support for a new DCERPC pipe supported by Windows 2000. It has
something to do with Active Directory and has been named LSA_DS by the
Samba Team.

svn path=/trunk/; revision=6527
2002-11-01 00:42:00 +00:00