aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-defs.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2002-02-08 22:36:21 +0000
committerNathan Neulinger <nneul@umr.edu>2002-02-08 22:36:21 +0000
commit089a32b1ebc6cb890ba274378d3330da9bb3c964 (patch)
tree3c6925d3cc18d72d50a1ffbb0a740331f6f8155c /packet-afs-defs.h
parent2f3a001d65c1fba9b57d0626dfa907e8f53d759f (diff)
rename some macros, start getting rid of redundant macros, add more vldb dissection
svn path=/trunk/; revision=4711
Diffstat (limited to 'packet-afs-defs.h')
-rw-r--r--packet-afs-defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-afs-defs.h b/packet-afs-defs.h
index ab6311a330..d00887ffbf 100644
--- a/packet-afs-defs.h
+++ b/packet-afs-defs.h
@@ -8,7 +8,7 @@
* Portions based on information/specs retrieved from the OpenAFS sources at
* www.openafs.org, Copyright IBM.
*
- * $Id: packet-afs-defs.h,v 1.10 2002/02/03 18:12:04 nneul Exp $
+ * $Id: packet-afs-defs.h,v 1.11 2002/02/08 22:36:21 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -493,6 +493,7 @@ static const value_string volume_types[] = {
{ 0, "read-write" },
{ 1, "read-only" },
{ 2, "backup" },
+ { 0xffffffff, "any" },
{ 0, NULL },
};
@@ -649,6 +650,7 @@ static int hf_afs_vldb_server = -1;
static int hf_afs_vldb_serveruuid = -1;
static int hf_afs_vldb_serveruniq = -1;
static int hf_afs_vldb_serverflags = -1;
+static int hf_afs_vldb_serverip = -1;
static int hf_afs_vldb_partition = -1;
static int hf_afs_vldb_rovol = -1;
static int hf_afs_vldb_rwvol = -1;