aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-srvsvc.c
AgeCommit message (Collapse)AuthorFilesLines
2002-05-31Removed some trailing commas from various DCERPC dissectors.Tim Potter1-4/+4
svn path=/trunk/; revision=5604
2002-05-30Removed debugging fprintf calls.Tim Potter1-8/+1
svn path=/trunk/; revision=5595
2002-05-27Changed toplevel REF pointer dissection to create a subtree. Not creating a ↵Ronnie Sahlberg1-13/+6
subtree was a design mistake which caused ugliness in the unicode string str dissector and in other places. Dissectors will temporarily have less pretty output for topleve ref pointers until their output is retuned. svn path=/trunk/; revision=5573
2002-05-27Account for hidden share types in share_types.Richard Sharpe1-33/+119
svn path=/trunk/; revision=5572
2002-05-25Remove XXX comments for issues that were dealt with.Guy Harris1-3/+1
svn path=/trunk/; revision=5560
2002-05-24Fix up some of the decodes and add netshareenum_all rqst.Richard Sharpe1-8/+109
svn path=/trunk/; revision=5551
2002-05-24Some cleanups for srvsvc. Decode the status, and start netshareenum_all.Richard Sharpe1-10/+32
svn path=/trunk/; revision=5550
2002-05-24Move the value_string table for the share type values toGuy Harris1-2/+4
"packet-smb-common.c", and use it in "packet-dcerpc-srvsvc". svn path=/trunk/; revision=5545
2002-05-24Show the platform ID in decimal, with some values found in a VisualGuy Harris1-3/+12
Basic program on the Web. svn path=/trunk/; revision=5544
2002-05-24Fix a routine that's supposed to return a value to actually do so.Guy Harris1-2/+6
Pass 0, not NULL, as an integral argument; NULL might be 0 or might be "(void *)0)". svn path=/trunk/; revision=5541
2002-05-24Add some decoding for the srvsvc functions.Richard Sharpe1-3/+399
svn path=/trunk/; revision=5537
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-11-21Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", asGuy Harris1-0/+87
per Todd Sabin's suggestion. svn path=/trunk/; revision=4242