aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon1-0/+1
svn path=/trunk/; revision=13852
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon1-1/+1
svn path=/trunk/; revision=13851
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon1-13/+10
svn path=/trunk/; revision=13840
2005-03-20There was a design flaw that caused a crash on windows andLuis Ontanon1-21/+40
left uninitialized successive copies of the stats tree. Split the stats_tree data in two different structs one for data that's always needed and it's not going to change at every run and another for each run of the tap. svn path=/trunk/; revision=13816
2005-02-27Several fixes to the stats_treeLuis Ontanon1-1/+0
- Avoid creating a copy of every branch at reinitialization this used to cause some GTK warnings and a leakage of tree nodes - propperly check the optarg to avoid getting junk in the filter text this caused a crash svn path=/trunk/; revision=13534
2005-02-25some more work forLuis Ontanon1-0/+3
- beautify the text output - make gtk1 textbox implementation usable (I hope) svn path=/trunk/; revision=13506
2005-02-24Update to the stats_tree tapping APILuis Ontanon1-0/+1
- 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
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-2/+5
there are still problems at reinit (gtk2 node->pr warns about an iterator not been OK) set up propperties of the given files svn path=/trunk/; revision=13448
2005-02-16Initial checkin of the stats-tree tap APILuis Ontanon1-0/+179
Makefiles have not been modified yet, there's still work to do. svn path=/trunk/; revision=13414