Commit Graph

23 Commits

Author SHA1 Message Date
Ronnie Sahlberg 8be2488a32 Added dissectors for the request packets of functions NetrConnectionEnum, NetrFileEnum, NetrFileGetInfo and NetrFileClose
svn path=/trunk/; revision=5693
2002-06-17 13:04:14 +00:00
Ronnie Sahlberg f5493bbdf1 Added dissection of the requests to functions NetrCharDevQGetInfo, NetrCharDevQSetInfo, NetrCharDevQPurge and NetrCharDevQPurgeSelf
svn path=/trunk/; revision=5692
2002-06-17 10:39:41 +00:00
Ronnie Sahlberg 0087a8a56e Forgot again to remove test changes. Must update my testscripts so I dont need this change anymore.
svn path=/trunk/; revision=5685
2002-06-16 14:43:17 +00:00
Ronnie Sahlberg b410479691 Added dissectors for the requests for functions NetrCharDevGetInfo, NetrCharDevControl, NetrCharDevQEnum.
svn path=/trunk/; revision=5684
2002-06-16 14:29:15 +00:00
Ronnie Sahlberg 5bece57634 Forgot to remove one change only used for local testing from last checkin
svn path=/trunk/; revision=5681
2002-06-16 11:55:46 +00:00
Ronnie Sahlberg 78299a48a5 Added dissection of the request for NetrCharDevEnum function.
svn path=/trunk/; revision=5680
2002-06-16 11:46:18 +00:00
Ronnie Sahlberg 231973f571 Changed one function name that was a duplicate.
svn path=/trunk/; revision=5679
2002-06-16 01:52:26 +00:00
Ronnie Sahlberg 96c27779ba Added all missing function names.
Changed all existing function names to match MS naming of these functions.

svn path=/trunk/; revision=5671
2002-06-15 10:24:25 +00:00
Guy Harris 9920d2c257 Tweak some of the "levels" arguments to properly decorate the protocol
tree with share names.

svn path=/trunk/; revision=5655
2002-06-08 10:58:46 +00:00
Ronnie Sahlberg 50fa0c9345 Updates to netshareenumall to correctly decode reply packets
svn path=/trunk/; revision=5654
2002-06-07 23:05:12 +00:00
Tim Potter 501daf1770 Removed some trailing commas from various DCERPC dissectors.
svn path=/trunk/; revision=5604
2002-05-31 00:31:13 +00:00
Tim Potter 1852e00c8a Removed debugging fprintf calls.
svn path=/trunk/; revision=5595
2002-05-30 00:20:32 +00:00
Ronnie Sahlberg 259903dc66 Changed toplevel REF pointer dissection to create a subtree. Not creating a 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-27 09:50:58 +00:00
Richard Sharpe 1303868b7d Account for hidden share types in share_types.
svn path=/trunk/; revision=5572
2002-05-27 04:11:06 +00:00
Guy Harris 8eb3068408 Remove XXX comments for issues that were dealt with.
svn path=/trunk/; revision=5560
2002-05-25 10:26:28 +00:00
Richard Sharpe 94e4e70cdf Fix up some of the decodes and add netshareenum_all rqst.
svn path=/trunk/; revision=5551
2002-05-24 19:36:42 +00:00
Richard Sharpe 3f3a7b9e10 Some cleanups for srvsvc. Decode the status, and start netshareenum_all.
svn path=/trunk/; revision=5550
2002-05-24 16:45:05 +00:00
Guy Harris 500c93ee8e Move the value_string table for the share type values to
"packet-smb-common.c", and use it in "packet-dcerpc-srvsvc".

svn path=/trunk/; revision=5545
2002-05-24 10:57:38 +00:00
Guy Harris e4040a6ebd Show the platform ID in decimal, with some values found in a Visual
Basic program on the Web.

svn path=/trunk/; revision=5544
2002-05-24 10:45:40 +00:00
Guy Harris 1188baf47c Fix a routine that's supposed to return a value to actually do so.
Pass 0, not NULL, as an integral argument; NULL might be 0 or might be
"(void *)0)".

svn path=/trunk/; revision=5541
2002-05-24 07:09:56 +00:00
Richard Sharpe 9f6d18d4ec Add some decoding for the srvsvc functions.
svn path=/trunk/; revision=5537
2002-05-24 02:32:50 +00:00
Guy Harris ee5ca25d31 Include files from the "epan" directory and subdirectories thereof with
"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
2002-01-21 07:37:49 +00:00
Guy Harris 81d7ded14e Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", as
per Todd Sabin's suggestion.

svn path=/trunk/; revision=4242
2001-11-21 02:08:57 +00:00