aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-defs.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-05 09:52:22 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-05 09:52:22 +0000
commitb371bc1d6129bfc62a4d7c64e9d8da732f1949bd (patch)
tree9e465c35db0f2664e712c76d3717fd5f700df2bb /packet-afs-defs.h
parentd8fb8b12d7325bdbf1419ec8990b20278136b6ca (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7284 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-afs-defs.h')
-rw-r--r--packet-afs-defs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-afs-defs.h b/packet-afs-defs.h
index cb33fdea01..8275da12fe 100644
--- a/packet-afs-defs.h
+++ b/packet-afs-defs.h
@@ -8,7 +8,7 @@
* Portions based on information/specs retrieved from the OpenAFS sources at
* www.openafs.org, Copyright IBM.
*
- * $Id: packet-afs-defs.h,v 1.12 2002/08/28 21:00:06 jmayer Exp $
+ * $Id: packet-afs-defs.h,v 1.13 2003/03/05 09:52:22 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -752,6 +752,9 @@ static int hf_afs_ubik_lastvote = -1;
static int hf_afs_ubik_currentdb = -1;
static int hf_afs_ubik_beaconsincedown = -1;
static int hf_afs_ubik_up = -1;
+static int hf_afs_repframe = -1;
+static int hf_afs_reqframe = -1;
+static int hf_afs_time = -1;
static gint ett_afs = -1;
static gint ett_afs_op = -1;