small fixes

svn path=/trunk/; revision=2557
This commit is contained in:
Nathan Neulinger 2000-11-03 22:38:07 +00:00
parent 019109a764
commit 50da6b7562
3 changed files with 15 additions and 4 deletions

View 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;

View 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>
@ -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() \

View 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>
@ -332,6 +332,12 @@
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 */