aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-register-info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-03-08 07:27:41 +0000
committerGuy Harris <guy@alum.mit.edu>2003-03-08 07:27:41 +0000
commit0b1702c359d52b6605a4b8bcd2e5ab649b05c387 (patch)
tree36c13c27371c9d2065f1f2563b8557fe4304881c /packet-afs-register-info.h
parent170b5028e958fe22cdedbd362a8241359d48610e (diff)
The time deltas are for AFS, not ONC RPC.
svn path=/trunk/; revision=7321
Diffstat (limited to 'packet-afs-register-info.h')
-rw-r--r--packet-afs-register-info.h4
1 files 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 <gerald@ethereal.com>
@@ -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 }},