diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2007-11-30 15:37:21 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2007-11-30 15:37:21 +0000 |
commit | 44145c21ed0988462a8ff2264eb6d2a79fb73d8e (patch) | |
tree | 38002925551e334b824a64757b0cf0cf168ccf62 /proto_hier_stats.h | |
parent | facb4b5d50a823d68c370e50c82cdb2746817620 (diff) | |
download | wireshark-44145c21ed0988462a8ff2264eb6d2a79fb73d8e.tar.gz wireshark-44145c21ed0988462a8ff2264eb6d2a79fb73d8e.tar.bz2 wireshark-44145c21ed0988462a8ff2264eb6d2a79fb73d8e.zip |
Show the Display filter in Protocol Hierarchy Statistics.
svn path=/trunk/; revision=23686
Diffstat (limited to 'proto_hier_stats.h')
-rw-r--r-- | proto_hier_stats.h | 1 |
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; |