Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / packet-afs-defs.h
index bacc5ce1f9ef8a57901af32c00cde1f4955f3ea4..d00887ffbfa2ea0fca282d3ad1c489d15a6ceaf4 100644 (file)
@@ -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.7 2001/03/26 15:27:55 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>
@@ -67,6 +67,7 @@ static const value_string fs_req[] = {
        { 161,          "dfs-lookup" },
        { 162,          "dfs-flushcps" },
        { 163,          "dfs-symlink" },
+       { 220,          "residency" },
        { 0,            NULL },
 };
 
@@ -244,6 +245,8 @@ static const value_string bos_req[] = {
        { 112,          "get-log" },
        { 113,          "wait-all" },
        { 114,          "get-instance-strings" },
+       { 115,          "get-restricted" },
+       { 116,          "set restricted" },
        { 0,            NULL },
 };
 
@@ -490,6 +493,7 @@ static const value_string volume_types[] = {
        { 0,            "read-write" },
        { 1,            "read-only" },
        { 2,            "backup" },
+       { 0xffffffff, "any" },
        { 0,            NULL },
 };
 
@@ -644,10 +648,29 @@ static int hf_afs_vldb_count = -1;
 static int hf_afs_vldb_numservers = -1;
 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;
 static int hf_afs_vldb_bkvol = -1;
+static int hf_afs_vldb_clonevol = -1;
+static int hf_afs_vldb_flags = -1;
+static int hf_afs_vldb_flags_rwexists = -1;
+static int hf_afs_vldb_flags_roexists = -1;
+static int hf_afs_vldb_flags_bkexists = -1;
+static int hf_afs_vldb_flags_dfsfileset = -1;
+
+static int hf_afs_vldb_spare1 = -1;
+static int hf_afs_vldb_spare2 = -1;
+static int hf_afs_vldb_spare3 = -1;
+static int hf_afs_vldb_spare4 = -1;
+static int hf_afs_vldb_spare5 = -1;
+static int hf_afs_vldb_spare6 = -1;
+static int hf_afs_vldb_spare7 = -1;
+static int hf_afs_vldb_spare8 = -1;
+static int hf_afs_vldb_spare9 = -1;
 
 static int hf_afs_kauth_errcode = -1;
 static int hf_afs_kauth_princ = -1;
@@ -741,3 +764,4 @@ static gint ett_afs_status_mask = -1;
 static gint ett_afs_volsync = -1;
 static gint ett_afs_volumeinfo = -1;
 static gint ett_afs_vicestat = -1;
+static gint ett_afs_vldb_flags = -1;