aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mount.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-11 21:22:00 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-11 21:22:00 +0000
commit59bffe6e97d173586046f2205acf94a712643b2f (patch)
treeeae35a570c67cf23c47c12709447482c9f1b3a6a /packet-mount.h
parent1d554ab6c9ab6d5383f02f7b10bd775bda8fcefc (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. svn path=/trunk/; revision=1016
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