aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
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.c
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.c')
-rw-r--r--proto_hier_stats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto_hier_stats.c b/proto_hier_stats.c
index 548ce71377..40651fc6ae 100644
--- a/proto_hier_stats.c
+++ b/proto_hier_stats.c
@@ -197,7 +197,6 @@ ph_stats_new(void)
ps->stats_tree = g_node_new(NULL);
ps->first_time = 0.0;
ps->last_time = 0.0;
- ps->dfilter = cfile.dfilter;
/* Update the progress bar when it gets to this value. */
progbar_nextstep = 0;