aboutsummaryrefslogtreecommitdiffstats
path: root/packet-stat.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-stat.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-stat.h')
-rw-r--r--packet-stat.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/packet-stat.h b/packet-stat.h
new file mode 100644
index 0000000000..cb871a1442
--- /dev/null
+++ b/packet-stat.h
@@ -0,0 +1,17 @@
+/* packet-stat.h */
+/* $Id: packet-stat.h,v 1.1 1999/11/11 21:22:00 nneul Exp $ */
+
+#ifndef PACKET_STAT_H
+#define PACKET_STAT_H
+
+#define STAT_PROGRAM 100024
+
+#define STATPROC_NULL 0
+#define STATPROC_STAT 1
+#define STATPROC_MON 2
+#define STATPROC_UNMON 3
+#define STATPROC_UNMON_ALL 4
+#define STATPROC_SIMU_CRASH 5
+#define STATPROC_NOTIFY 6
+
+#endif