From 0b1702c359d52b6605a4b8bcd2e5ab649b05c387 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 8 Mar 2003 07:27:41 +0000 Subject: [PATCH] The time deltas are for AFS, not ONC RPC. svn path=/trunk/; revision=7321 --- packet-afs-register-info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packet-afs-register-info.h b/packet-afs-register-info.h index 780865921c..c1dd738bb1 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.17 2003/03/06 07:39:19 sahlberg Exp $ + * $Id: packet-afs-register-info.h,v 1.18 2003/03/08 07:27:41 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -568,7 +568,7 @@ { &hf_afs_repframe, { "Reply Frame", "afs.repframe", FT_FRAMENUM, BASE_NONE, NULL, 0, "Reply Frame", HFILL }}, { &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 }}, + FT_RELATIVE_TIME, BASE_NONE, NULL, 0, "Time between Request and Reply for AFS calls", HFILL }},