aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer2005-08-021-1/+1
| | | | svn path=/trunk/; revision=15191
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-3/+3
| | | | svn path=/trunk/; revision=15015
* dup the filter string so that it can be freed without problems.Luis Ontanon2005-05-201-6/+4
| | | | | | | fixes bug 195 svn path=/trunk/; revision=14402
* Fix the names that were not consistent after the rename.Luis Ontanon2005-03-211-4/+10
| | | | svn path=/trunk/; revision=13852
* Add a cleanup call-back to the stats_tree.Luis Ontanon2005-03-211-3/+17
| | | | svn path=/trunk/; revision=13851
* Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon2005-03-211-28/+28
| | | | svn path=/trunk/; revision=13840
* bugfix: don't access node elements, after calling free_stat_nodeUlf Lamping2005-03-201-3/+14
| | | | svn path=/trunk/; revision=13825
* There was a design flaw that caused a crash on windows andLuis Ontanon2005-03-201-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
* - replace tabs with spaces while printingLuis Ontanon2005-03-061-2/+2
| | | | | | - get rid of a warning in windows compile svn path=/trunk/; revision=13631
* Several fixes to the stats_treeLuis Ontanon2005-02-271-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
* change to int the return type of manip_stat_node() so that it can be used as ↵Luis Ontanon2005-02-251-3/+3
| | | | | | a parent svn path=/trunk/; revision=13508
* some more work forLuis Ontanon2005-02-251-7/+50
| | | | | | | | - beautify the text output - make gtk1 textbox implementation usable (I hope) svn path=/trunk/; revision=13506
* Update to the stats_tree tapping APILuis Ontanon2005-02-241-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
* Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon2005-02-201-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
* Initial checkin of the stats-tree tap APILuis Ontanon2005-02-161-0/+532
Makefiles have not been modified yet, there's still work to do. svn path=/trunk/; revision=13414