aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-02-24 22:02:31 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-02-24 22:02:31 +0000
commit00435bf3903ca63f3cc4185dffd2cc7d08c6b8c3 (patch)
tree6a7d408f0b018fbedabd2b8e7893535b769a536e /epan/stats_tree_priv.h
parent2ed9ca813b9caa1797b4d57e3ee15ff9acd8aaf8 (diff)
Update to the stats_tree tapping API
- change the tap init_string to %s,tree instead of %s,stat - change the registration key (it used to be tapname, that disallowed to register more than one tap per protocol) - add a "pivot" node for convenience svn path=/trunk/; revision=13502
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r--epan/stats_tree_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h
index b3813d5194..3c0904bf93 100644
--- a/epan/stats_tree_priv.h
+++ b/epan/stats_tree_priv.h
@@ -75,6 +75,7 @@ struct _stat_node {
struct _stats_tree {
guint8* abbr;
guint8* name;
+ guint8* tapname;
/* is this realy needed? */
char* filter;