aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-wkssvc.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-21 02:08:57 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-21 02:08:57 +0000
commit81d7ded14ec32e29bd0330a72c1a5a9eaf22d397 (patch)
tree1b3961f8159456d77016a68f1bd2f67ab377f6f2 /packet-dcerpc-wkssvc.h
parent60fe401dc7a1d0f1d11f0e1f4e7b1cd29d5e7f5d (diff)
Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", as
per Todd Sabin's suggestion. svn path=/trunk/; revision=4242
Diffstat (limited to 'packet-dcerpc-wkssvc.h')
-rw-r--r--packet-dcerpc-wkssvc.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/packet-dcerpc-wkssvc.h b/packet-dcerpc-wkssvc.h
new file mode 100644
index 0000000000..31573ecc18
--- /dev/null
+++ b/packet-dcerpc-wkssvc.h
@@ -0,0 +1,33 @@
+/* packet-msrpc-wkssvc.h
+ * Routines for SMB \\PIPE\\wkssvc packet disassembly
+ * Copyright 2001, Tim Potter <tpot@samba.org>
+ *
+ * $Id: packet-dcerpc-wkssvc.h,v 1.1 2001/11/21 02:08:57 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __PACKET_MSRPC_WKSSVC_H
+#define __PACKET_MSRPC_WKSSVC_H
+
+/* Functions available on the WKSSVC pipe. From Samba, include/rpc_wkssvc.h */
+
+#define WKS_QUERY_INFO 0x00
+
+#endif /* packet-msrpc-wkssvc.h */