From Jamie F,

I forgot to fix the field names when adding the AFS ReplyIn and friends
yesterday, thus causing
-z proto,colinfo,rpc.time,rpc.time  not to work.

They should not have been called rpc.* anyway.

I fixed RequestIn, ReplyIn, TimeFromRequest fields for AFS
request/response matching to have proper names starting with afs.
so we dont collide with the names for the ONC-RPC ones.

svn path=/trunk/; revision=7292
This commit is contained in:
Ronnie Sahlberg 2003-03-06 07:39:19 +00:00
parent 60de380663
commit 1f3ad48739
1 changed files with 4 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-register-info.h,v 1.16 2003/03/05 09:52:22 sahlberg Exp $
* $Id: packet-afs-register-info.h,v 1.17 2003/03/06 07:39:19 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -563,11 +563,11 @@
FT_ABSOLUTE_TIME, BASE_HEX, 0, 0, "Epoch Time", HFILL }},
{ &hf_afs_ubik_isclone, { "Is Clone", "afs.ubik.isclone",
FT_UINT32, BASE_HEX, 0, 0, "Is Clone", HFILL }},
{ &hf_afs_reqframe, { "Request Frame", "rpc.reqframe",
{ &hf_afs_reqframe, { "Request Frame", "afs.reqframe",
FT_FRAMENUM, BASE_NONE, NULL, 0, "Request Frame", HFILL }},
{ &hf_afs_repframe, { "Reply Frame", "rpc.repframe",
{ &hf_afs_repframe, { "Reply Frame", "afs.repframe",
FT_FRAMENUM, BASE_NONE, NULL, 0, "Reply Frame", HFILL }},
{ &hf_afs_time, { "Time from request", "rpc.time",
{ &hf_afs_time, { "Time from request", "afs.time",
FT_RELATIVE_TIME, BASE_NONE, NULL, 0, "Time between Request and Reply for ONC-RPC calls", HFILL }},