summaryrefslogtreecommitdiff
path: root/packet-dcerpc-wkssvc.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-05-01 17:53:22 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-05-01 17:53:22 +0000
commita077db4aa32555e9c3830385e555e7a8a5885c20 (patch)
tree3b8283e7fd8216e0f947126a6829598438709c86 /packet-dcerpc-wkssvc.h
parentc5f6451d30c13b41f27e8fa73f3fe4286bc37a4c (diff)
downloadwireshark-a077db4aa32555e9c3830385e555e7a8a5885c20.tar.gz
Some more hacking to add NetWkstaTransportEnum recognition and fill in
the two holes with unknowns. svn path=/trunk/; revision=7623
Diffstat (limited to 'packet-dcerpc-wkssvc.h')
-rw-r--r--packet-dcerpc-wkssvc.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/packet-dcerpc-wkssvc.h b/packet-dcerpc-wkssvc.h
index ca2f7b2334..f1eb24fc22 100644
--- a/packet-dcerpc-wkssvc.h
+++ b/packet-dcerpc-wkssvc.h
@@ -3,7 +3,7 @@
* Copyright 2001, Tim Potter <tpot@samba.org>
* Copyright 2002, Richard Sharpe <rsharpe@richardsharpe.org>
*
- * $Id: packet-dcerpc-wkssvc.h,v 1.6 2003/04/30 23:31:51 sharpe Exp $
+ * $Id: packet-dcerpc-wkssvc.h,v 1.7 2003/05/01 17:53:22 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -29,7 +29,10 @@
/* Functions available on the WKSSVC pipe. From Samba, include/rpc_wkssvc.h */
-#define WKS_NetWkstaGetInfo 0x00
-#define WKS_NetWkstaSetInfo 0x01
-#define WKS_NetWkstaEnumUsers 0x02
+#define WKS_NetWkstaGetInfo 0x00
+#define WKS_NetWkstaSetInfo 0x01
+#define WKS_NetWkstaEnumUsers 0x02
+#define WKS_NetWkstaUnkn_003 0x03
+#define WKS_NetWkstaUnkn_004 0x04
+#define WKS_NetWkstaTransportEnum 0x05
#endif /* packet-dcerpc-wkssvc.h */