summaryrefslogtreecommitdiff
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-09-22 17:01:06 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-09-22 17:01:06 +0000
commit35bd5bd8543bb80bca0a7585fe9ad6b585b7a009 (patch)
treec580652b1380100463cfa39049e7fae81c9bbbb1 /epan/stats_tree_priv.h
parent88dd585d231e8b48d1d18d48f16db7f5116026d8 (diff)
downloadwireshark-35bd5bd8543bb80bca0a7585fe9ad6b585b7a009.tar.gz
Instead of checking if this is a new packet at every call to avoid recounting the packets at every rerun remove the tap listener of this stats tree.
fixes bug 474 svn path=/trunk/; revision=15960
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r--epan/stats_tree_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h
index 7d36a3c7d9..25730d9d21 100644
--- a/epan/stats_tree_priv.h
+++ b/epan/stats_tree_priv.h
@@ -82,7 +82,6 @@ struct _stats_tree {
stats_tree_cfg* cfg;
char* filter;
- guint32 highest_seen;
/* times */
double start;