aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.h
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-23 21:42:37 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-23 21:42:37 +0000
commit3b0723b85c9e4c59146c0c35a5aec87e47935667 (patch)
treeb89fb43f1509664a8a0ebfec28a177edf3916316 /packet-afs.h
parentafb388ccd4ca9a41543adab3e2397d954faf3513 (diff)
Misc ubik/afs updates to correct a SEGV and add some more
dissection. Will be more coming, but wanted to commit these before I headed home. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3172 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-afs.h')
-rw-r--r--packet-afs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-afs.h b/packet-afs.h
index 456f473dd4..43d4e2b70d 100644
--- a/packet-afs.h
+++ b/packet-afs.h
@@ -1,7 +1,7 @@
/* packet-afs.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-afs.h,v 1.2 2000/02/15 21:01:57 gram Exp $
+ * $Id: packet-afs.h,v 1.3 2001/03/23 21:42:37 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -67,7 +67,7 @@ void dissect_afs(const u_char *, int, frame_data *, proto_tree *);
#define CB_TYPE_DROPPED 3
#define VOTE_LOW 10000
-#define VOTE_HIGH 10005
+#define VOTE_HIGH 10007
#define DISK_LOW 20000
#define DISK_HIGH 20013