aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-defs.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-defs.h
parent6e797c5b9d54c505b25c3176931e8b8c791b3d88 (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. svn path=/trunk/; revision=7284
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;