From c7a64bbc34ce70969412e1fc1b601cc9251a06b5 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Tue, 11 May 2004 14:21:48 +0000 Subject: add initial support for newer opcodes svn path=/trunk/; revision=10855 --- packet-afs-register-info.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'packet-afs-register-info.h') diff --git a/packet-afs-register-info.h b/packet-afs-register-info.h index 1208190023..eb736117f4 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.19 2003/10/06 20:46:50 guy Exp $ + * $Id: packet-afs-register-info.h,v 1.20 2004/05/11 14:21:48 nneul Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -113,6 +113,13 @@ FT_UINT32, BASE_DEC, 0, 0, "Length", HFILL }}, { &hf_afs_fs_flength, { "FLength", "afs.fs.flength", FT_UINT32, BASE_DEC, 0, 0, "FLength", HFILL }}, +{ &hf_afs_fs_offset64, { "Offset64", "afs.fs.offset64", + FT_UINT64, BASE_DEC, + 0, 0, "Offset64", HFILL }}, +{ &hf_afs_fs_length64, { "Length64", "afs.fs.length64", + FT_UINT64, BASE_DEC, 0, 0, "Length64", HFILL }}, +{ &hf_afs_fs_flength64, { "FLength64", "afs.fs.flength64", + FT_UINT64, BASE_DEC, 0, 0, "FLength64", HFILL }}, { &hf_afs_fs_errcode, { "Error Code", "afs.fs.errcode", FT_UINT32, BASE_DEC, VALS(afs_errors), 0, "Error Code", HFILL }}, { &hf_afs_fs_data, { "Data", "afs.fs.data", -- cgit v1.2.3