aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
AgeCommit message (Collapse)AuthorFilesLines
2002-02-08Fixes from Ronnie Sahlberg.Guy Harris1-66/+167
svn path=/trunk/; revision=4710
2002-02-08From Ronnie Sahlberg: add dissectors for the rest of SAMR.Guy Harris1-165/+1308
svn path=/trunk/; revision=4708
2002-02-06From Ronnie Sahlberg:Guy Harris1-13/+14
the count fields in SAMR replies aren't array max_count values, so don't display them as such; Put conformant and conformant varying array length/offset/etc. values into the protocol tree. svn path=/trunk/; revision=4701
2002-01-29DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.Guy Harris1-77/+1918
svn path=/trunk/; revision=4618
2002-01-25From Ronnie Sahlberg:Guy Harris1-2/+493
NDR pointer handling in DCE RPC SAMR updates svn path=/trunk/; revision=4608
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
"epan/..." pathnames, so as to avoid collisions with header files in any of the directories in which we look (e.g., "proto.h", as some other package has its own "proto.h" file which it installs in the top-level include directory). Don't add "-I" flags to search "epan", as that's no longer necessary (and we want includes of "epan" headers to fail if the "epan/" is left out, so that we don't re-introduce includes lacking "epan/"). svn path=/trunk/; revision=4586
2001-12-06From Todd Sabin:Guy Harris1-8/+63
add "dissect_ndr_ctx_hnd()" for dissecting context handles, and use it in various DCERPC dissectors; beef up the MS Security Account Manager dissector. Also, export "NT_errors[]" for use by that dissector. svn path=/trunk/; revision=4350
2001-11-21Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", asGuy Harris1-0/+126
per Todd Sabin's suggestion. svn path=/trunk/; revision=4242