aboutsummaryrefslogtreecommitdiffstats
path: root/packet-msrpc-dfs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-12 08:58:45 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-12 08:58:45 +0000
commit6ff9b3366eda8f43c55c558fd379a1deed319f89 (patch)
treef8e5c10708fbe1ca0599431d9f2ae2b79e1c01d0 /packet-msrpc-dfs.h
parent0b0116e207e30177d57ee227879faae9b74cd16c (diff)
Support for DCE RPC atop SMB, and support for several Microsoft DCE RPC
services used with SMB, from Tim Potter. svn path=/trunk/; revision=4194
Diffstat (limited to 'packet-msrpc-dfs.h')
-rw-r--r--packet-msrpc-dfs.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/packet-msrpc-dfs.h b/packet-msrpc-dfs.h
new file mode 100644
index 0000000000..5857480646
--- /dev/null
+++ b/packet-msrpc-dfs.h
@@ -0,0 +1,37 @@
+/* packet-msrpc-dfs.h
+ * Routines for SMB \\PIPE\\netdfs packet disassembly
+ * Copyright 2001, Tim Potter <tpot@samba.org>
+ *
+ * $Id: packet-msrpc-dfs.h,v 1.1 2001/11/12 08:58:43 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_DFS_H
+#define __PACKET_MSRPC_DFS_H
+
+/* Functions available on the NETDFS pipe. From Samba, include/rpc_dfs.h */
+
+#define DFS_EXIST 0x00
+#define DFS_ADD 0x01
+#define DFS_REMOVE 0x02
+#define DFS_GET_INFO 0x04
+#define DFS_ENUM 0x05
+
+#endif /* packet-msrpc-dfs.h */