summaryrefslogtreecommitdiff
path: root/proto_hier_stats.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-11-30 15:37:21 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-11-30 15:37:21 +0000
commit44145c21ed0988462a8ff2264eb6d2a79fb73d8e (patch)
tree38002925551e334b824a64757b0cf0cf168ccf62 /proto_hier_stats.c
parentfacb4b5d50a823d68c370e50c82cdb2746817620 (diff)
downloadwireshark-44145c21ed0988462a8ff2264eb6d2a79fb73d8e.tar.gz
Show the Display filter in Protocol Hierarchy Statistics.
svn path=/trunk/; revision=23686
Diffstat (limited to 'proto_hier_stats.c')
-rw-r--r--proto_hier_stats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto_hier_stats.c b/proto_hier_stats.c
index d402492098..231182d348 100644
--- a/proto_hier_stats.c
+++ b/proto_hier_stats.c
@@ -191,6 +191,7 @@ 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;