small fixes
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 3 Nov 2000 22:38:07 +0000 (22:38 +0000)
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 3 Nov 2000 22:38:07 +0000 (22:38 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2557 f5534014-38df-0310-8fa8-9805f1628bb7

packet-afs-defs.h
packet-afs-macros.h
packet-afs-register-info.h

index 82d6faadd6ce0b256a4771c96823dad11ce95cf5..31162f76374b4d30f7c78123448a5e28d4bd2cda 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.4 2000/11/03 22:11:36 nneul Exp $
+ * $Id: packet-afs-defs.h,v 1.5 2000/11/03 22:38:07 nneul Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -627,6 +627,9 @@ static int hf_afs_bos_newtime = -1;
 static int hf_afs_bos_baktime = -1;
 static int hf_afs_bos_oldtime = -1;
 static int hf_afs_bos_data = -1;
+static int hf_afs_bos_keymodtime = -1;
+static int hf_afs_bos_keychecksum = -1;
+static int hf_afs_bos_keyspare2 = -1;
 
 static int hf_afs_vldb_errcode = -1;
 static int hf_afs_vldb_name = -1;
index 0d23eb584ad2a53764c6cff952e820a41667f3a4..31fde803104eac264b5d80bf11e55a900c5a5bcf 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-macros.h,v 1.4 2000/11/03 22:11:36 nneul Exp $
+ * $Id: packet-afs-macros.h,v 1.5 2000/11/03 22:38:07 nneul Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
 
 /* output a bozo_key */
 #define OUT_BOS_KEYINFO() \
-       OUT_BYTES(hf_afs_bos_key, 4*4);
+       OUT_TIMESTAMP(hf_afs_bos_keymodtime); \
+       OUT_UINT(hf_afs_bos_keychecksum); \
+       OUT_UINT(hf_afs_bos_keyspare2);
 
 /* output a bozo_netKTime */
 #define OUT_BOS_TIME() \
index d255c92066755d9082a0e37754069e053c85781c..d92985c686a1e06e89d0b6d618c03cc4d521eb2a 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-register-info.h,v 1.4 2000/11/03 22:11:36 nneul Exp $
+ * $Id: packet-afs-register-info.h,v 1.5 2000/11/03 22:38:07 nneul Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
        FT_ABSOLUTE_TIME, BASE_DEC, 0, 0, "Backup Time" }},
 { &hf_afs_bos_oldtime, { "Old Time", "afs.bos.oldtime", 
        FT_ABSOLUTE_TIME, BASE_DEC, 0, 0, "Old Time" }},
+{ &hf_afs_bos_keymodtime, { "Key Modification Time", "afs.bos.keymodtime", 
+       FT_ABSOLUTE_TIME, BASE_DEC, 0, 0, "Key Modification Time" }},
+{ &hf_afs_bos_keychecksum, { "Key Checksum", "afs.bos.keychecksum", 
+       FT_UINT32, BASE_DEC, 0, 0, "Key Checksum" }},
+{ &hf_afs_bos_keyspare2, { "Key Spare 2", "afs.bos.keyspare2", 
+       FT_UINT32, BASE_DEC, 0, 0, "Key Spare 2" }},
 
 
 /* KAUTH Server Fields */