aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-wkssvc.h
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-29 21:06:27 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-29 21:06:27 +0000
commitcfe7b742fbdea9ae940501f84d268b7353ae7aed (patch)
treeeaba98e7939c5d76648e24735e4dc75968280a9d /packet-dcerpc-wkssvc.h
parentf5fa555d39c613968d960f37e691672403ab846e (diff)
Confirm a simple theory. Write small VC++ program to call NetWkstaEnumUsers
and watch for the RPC to be sent. Grab RPC OpNum from trace, and increase our knowledge of these RPCs. Next to code up the dissectors, and then on to NetWkstaSetInfo etc. MSDN has lots of info ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7602 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-wkssvc.h')
-rw-r--r--packet-dcerpc-wkssvc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/packet-dcerpc-wkssvc.h b/packet-dcerpc-wkssvc.h
index b97c590112..1a86e14102 100644
--- a/packet-dcerpc-wkssvc.h
+++ b/packet-dcerpc-wkssvc.h
@@ -1,8 +1,9 @@
/* packet-dcerpc-wkssvc.h
* Routines for SMB \PIPE\wkssvc packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
+ * Copyright 2002, Richard Sharpe <rsharpe@richardsharpe.org>
*
- * $Id: packet-dcerpc-wkssvc.h,v 1.4 2002/08/28 21:00:12 jmayer Exp $
+ * $Id: packet-dcerpc-wkssvc.h,v 1.5 2003/04/29 21:06:27 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -28,6 +29,6 @@
/* Functions available on the WKSSVC pipe. From Samba, include/rpc_wkssvc.h */
-#define WKS_QUERY_INFO 0x00
-
+#define WKS_NetWkstaGetInfo 0x00
+#define WKS_NetWkstaEnumUsers 0x02
#endif /* packet-dcerpc-wkssvc.h */