aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-15 01:41:39 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-15 01:41:39 +0000
commit801fece5908fc38105958d2988dcda56e4aa1e6d (patch)
tree6887c2c50782bc00dab330266af96928595d78ca /epan/stats_tree_priv.h
parent067ccdf73347f7730c4fac225d619677a2b7f6c1 (diff)
Fix bug 710 and avoid having it crash when more than one instance are open at once.
I think that whoever wrote the whole stats_tree thing should rewrite it ASAP, because it sucks! I did ?!?!?? ooops! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17627 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r--epan/stats_tree_priv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h
index 25730d9d21..8f1ffd6c81 100644
--- a/epan/stats_tree_priv.h
+++ b/epan/stats_tree_priv.h
@@ -111,7 +111,8 @@ struct _stats_tree_cfg {
guint8* name;
guint8* tapname;
-
+ gboolean in_use;
+
/* dissector defined callbacks */
stat_tree_packet_cb packet;
stat_tree_init_cb init;