summaryrefslogtreecommitdiff
path: root/packet-afs-register-info.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-03-05 09:52:22 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-03-05 09:52:22 +0000
commitf3868672bfbea1bd7ebad6c86d7a3f5dca3ae323 (patch)
tree9e465c35db0f2664e712c76d3717fd5f700df2bb /packet-afs-register-info.h
parent6e797c5b9d54c505b25c3176931e8b8c791b3d88 (diff)
downloadwireshark-f3868672bfbea1bd7ebad6c86d7a3f5dca3ae323.tar.gz
Update for AFS and related protocols so that time between Request and
Response is calculated in the same way as for oncrpc, dcerpc, smb... requests where a reply has been matched will now have a Reply In:<framenumber> in the tree pane. replies where the request has been seen will have Request In:<framenumber> Time since request:<seconds> later tethereal and ethereal rtt stats will be implemented. svn path=/trunk/; revision=7284
Diffstat (limited to 'packet-afs-register-info.h')
-rw-r--r--packet-afs-register-info.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/packet-afs-register-info.h b/packet-afs-register-info.h
index 749b2dd52b..5901285ec8 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.15 2003/01/18 02:18:39 guy Exp $
+ * $Id: packet-afs-register-info.h,v 1.16 2003/03/05 09:52:22 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -563,6 +563,13 @@
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",
+ FT_FRAMENUM, BASE_NONE, NULL, 0, "Request Frame", HFILL }},
+{ &hf_afs_repframe, { "Reply Frame", "rpc.repframe",
+ FT_FRAMENUM, BASE_NONE, NULL, 0, "Reply Frame", HFILL }},
+{ &hf_afs_time, { "Time from request", "rpc.time",
+ FT_RELATIVE_TIME, BASE_NONE, NULL, 0, "Time between Request and Reply for ONC-RPC calls", HFILL }},
+