diff options
author | Nathan Neulinger <nneul@umr.edu> | 2002-01-18 21:30:05 +0000 |
---|---|---|
committer | Nathan Neulinger <nneul@umr.edu> | 2002-01-18 21:30:05 +0000 |
commit | 805aa64c8998a4ce912774dcc77d0f24a7501911 (patch) | |
tree | 4e30ed7609c0f82e316ebe90d47a6b97ec481897 /packet-afs-register-info.h | |
parent | 8e18ef8bbc426f3cd52d039e6c009b3612b8c7e3 (diff) | |
download | wireshark-805aa64c8998a4ce912774dcc77d0f24a7501911.tar.gz wireshark-805aa64c8998a4ce912774dcc77d0f24a7501911.tar.bz2 wireshark-805aa64c8998a4ce912774dcc77d0f24a7501911.zip |
slight improvements to afs parsing, bulkstatus still needs work
svn path=/trunk/; revision=4569
Diffstat (limited to 'packet-afs-register-info.h')
-rw-r--r-- | packet-afs-register-info.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-afs-register-info.h b/packet-afs-register-info.h index 4f03d216db..e23858c957 100644 --- a/packet-afs-register-info.h +++ b/packet-afs-register-info.h @@ -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.8 2001/06/18 02:17:44 guy Exp $ + * $Id: packet-afs-register-info.h,v 1.9 2002/01/18 21:30:05 nneul Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -218,8 +218,8 @@ FT_UINT32, BASE_DEC, 0, 0, "Length", HFILL }}, -{ &hf_afs_fs_volsync_spare1, { "Spare 1", "afs.fs.volsync.spare1", - FT_UINT32, BASE_DEC, 0, 0, "Spare 1", HFILL }}, +{ &hf_afs_fs_volsync_spare1, { "Volume Creation Timestamp", "afs.fs.volsync.spare1", + FT_ABSOLUTE_TIME, BASE_DEC, 0, 0, "Volume Creation Timestamp", HFILL }}, { &hf_afs_fs_volsync_spare2, { "Spare 2", "afs.fs.volsync.spare2", FT_UINT32, BASE_DEC, 0, 0, "Spare 2", HFILL }}, { &hf_afs_fs_volsync_spare3, { "Spare 3", "afs.fs.volsync.spare3", |