aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-30 15:37:21 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-30 15:37:21 +0000
commit7036dc2cf2053224be4ff884701b22a53c270800 (patch)
tree38002925551e334b824a64757b0cf0cf168ccf62 /proto_hier_stats.h
parent759eabcf0f5438c5d787a75bb484d0619e7d62d5 (diff)
Show the Display filter in Protocol Hierarchy Statistics.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23686 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'proto_hier_stats.h')
-rw-r--r--proto_hier_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto_hier_stats.h b/proto_hier_stats.h
index 5d5aac2510..d98d1a0a99 100644
--- a/proto_hier_stats.h
+++ b/proto_hier_stats.h
@@ -41,6 +41,7 @@ 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;