aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
Commit message (Expand)AuthorAgeFilesLines
* Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer2005-08-021-1/+1
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-3/+3
* dup the filter string so that it can be freed without problems.Luis Ontanon2005-05-201-6/+4
* Fix the names that were not consistent after the rename.Luis Ontanon2005-03-211-4/+10
* Add a cleanup call-back to the stats_tree.Luis Ontanon2005-03-211-3/+17
* Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon2005-03-211-28/+28
* bugfix: don't access node elements, after calling free_stat_nodeUlf Lamping2005-03-201-3/+14
* There was a design flaw that caused a crash on windows andLuis Ontanon2005-03-201-62/+72
* - replace tabs with spaces while printingLuis Ontanon2005-03-061-2/+2
* Several fixes to the stats_treeLuis Ontanon2005-02-271-1/+6
* change to int the return type of manip_stat_node() so that it can be used as ...Luis Ontanon2005-02-251-3/+3
* some more work forLuis Ontanon2005-02-251-7/+50
* Update to the stats_tree tapping APILuis Ontanon2005-02-241-3/+48
* Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon2005-02-201-7/+17
* Initial checkin of the stats-tree tap APILuis Ontanon2005-02-161-0/+532