aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mount.h
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-11 21:22:00 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-11 21:22:00 +0000
commitbd5ffe8eaee610512fe81a73ef8f264cdd94523d (patch)
treeeae35a570c67cf23c47c12709447482c9f1b3a6a /packet-mount.h
parentbf48691bf5df284784039b63e222cfa40d79d507 (diff)
Added mount dissector.
Added stat dissector. Enhancements to portmap dissector. Added rpc_prog_name function to packet-rpc to retrieve the name of an rpc program. This should likely eventually be modified to use the /etc/rpc or rpc.bynumber NIS maps in addition to the programs that are registered within ethereal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1016 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-mount.h')
-rw-r--r--packet-mount.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/packet-mount.h b/packet-mount.h
new file mode 100644
index 0000000000..8c585a770d
--- /dev/null
+++ b/packet-mount.h
@@ -0,0 +1,13 @@
+/* packet-mount.h */
+/* $Id: packet-mount.h,v 1.1 1999/11/11 21:21:59 nneul Exp $ */
+
+#ifndef PACKET_MOUNT_H
+#define PACKET_MOUNT_H
+
+#define MOUNT_PROGRAM 100005
+
+#define MOUNTPROC_NULL 0
+#define MOUNTPROC_MOUNT 1
+#define MOUNTPROC_UNMOUNT 3
+
+#endif