aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-06 18:10:35 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-12-06 18:10:35 +0000
commit3f4d02fde97ad220431231e3800b092d6c68ebbb (patch)
tree887fe5e7ecd9e1b2ae61fd3d0b89dfcd9dd1b521 /proto_hier_stats.h
parentfffc532afc41e76308d2eac5bc4939d7c8d3c3d9 (diff)
Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"
menu. Simplified getting the Display filter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23786 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'proto_hier_stats.h')
-rw-r--r--proto_hier_stats.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto_hier_stats.h b/proto_hier_stats.h
index d98d1a0a99..5d5aac2510 100644
--- a/proto_hier_stats.h
+++ b/proto_hier_stats.h
@@ -41,7 +41,6 @@ typedef struct {
GNode *stats_tree;
double first_time; /* seconds (msec resolution) of first packet */
double last_time; /* seconds (msec resolution) of last packet */
- const char *dfilter; /* display filter */
} ph_stats_t;