aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
- Remove epan/dissectors/packet-sna.h, it isn't used anywhere. svn path=/trunk/; revision=15475
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-1/+1
svn path=/trunk/; revision=15191
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-3/+3
svn path=/trunk/; revision=15015
2005-05-20dup the filter string so that it can be freed without problems.Luis Ontanon1-6/+4
fixes bug 195 svn path=/trunk/; revision=14402
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon1-4/+10
svn path=/trunk/; revision=13852
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon1-3/+17
svn path=/trunk/; revision=13851
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon1-28/+28
svn path=/trunk/; revision=13840
2005-03-20bugfix: don't access node elements, after calling free_stat_nodeUlf Lamping1-3/+14
svn path=/trunk/; revision=13825
2005-03-20There was a design flaw that caused a crash on windows andLuis Ontanon1-62/+72
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-03-06- replace tabs with spaces while printingLuis Ontanon1-2/+2
- get rid of a warning in windows compile svn path=/trunk/; revision=13631
2005-02-27Several fixes to the stats_treeLuis Ontanon1-1/+6
- 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-25change to int the return type of manip_stat_node() so that it can be used as ↵Luis Ontanon1-3/+3
a parent svn path=/trunk/; revision=13508
2005-02-25some more work forLuis Ontanon1-7/+50
- 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-3/+48
- 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-7/+17
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/+532
Makefiles have not been modified yet, there's still work to do. svn path=/trunk/; revision=13414