aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-macros.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2000-11-03 22:38:07 +0000
committerNathan Neulinger <nneul@umr.edu>2000-11-03 22:38:07 +0000
commit50da6b7562bb01fb493df4d253501cf9f6ce86aa (patch)
tree3c86b85e80e2d501bde7dabfa8040b3def3c90e1 /packet-afs-macros.h
parent019109a76483593d7d5e614b1fceeefa7a45ffe2 (diff)
small fixes
svn path=/trunk/; revision=2557
Diffstat (limited to 'packet-afs-macros.h')
-rw-r--r--packet-afs-macros.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/packet-afs-macros.h b/packet-afs-macros.h
index 0d23eb584a..31fde80310 100644
--- a/packet-afs-macros.h
+++ b/packet-afs-macros.h
@@ -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>
@@ -364,7 +364,9 @@
/* 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() \