aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-wkssvc.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-04-30 23:31:51 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-04-30 23:31:51 +0000
commit995c9980e7426ccd4b9bb10b2027ba074661efa7 (patch)
treef9b60e33e1e6ff853d22b4f80a72ac15c647a677 /packet-dcerpc-wkssvc.h
parenta445b091270345fda896b5282596587368f71c04 (diff)
This is fun, write a small bit of code in VC++, and I get another one
of the WKSSVC RPCs. Here we have NetWkstaSetInfo, but we don't know the info levels as yet. However, it looks like lmwksta.h has all the info we need. svn path=/trunk/; revision=7617
Diffstat (limited to 'packet-dcerpc-wkssvc.h')
-rw-r--r--packet-dcerpc-wkssvc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-dcerpc-wkssvc.h b/packet-dcerpc-wkssvc.h
index 1a86e14102..ca2f7b2334 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.5 2003/04/29 21:06:27 sharpe Exp $
+ * $Id: packet-dcerpc-wkssvc.h,v 1.6 2003/04/30 23:31:51 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,5 +30,6 @@
/* Functions available on the WKSSVC pipe. From Samba, include/rpc_wkssvc.h */
#define WKS_NetWkstaGetInfo 0x00
+#define WKS_NetWkstaSetInfo 0x01
#define WKS_NetWkstaEnumUsers 0x02
#endif /* packet-dcerpc-wkssvc.h */