aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-15Fix bug 710 and avoid having it crash when more than one instance are open at...Luis Ontanon1-0/+1
2006-03-07Fix a possible NULL pointer dereference (coverity bug id 32)Lars Roland1-1/+1
2005-11-26Get rid of unused function.Guy Harris1-4/+0
2005-09-28one leak less...Luis Ontanon1-1/+1
2005-09-22Instead of checking if this is a new packet at every call to avoid recounting...Luis Ontanon1-9/+6
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-4/+4
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-3/+3
2005-05-20dup the filter string so that it can be freed without problems.Luis Ontanon1-6/+4
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon1-4/+10
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon1-3/+17
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon1-28/+28
2005-03-20bugfix: don't access node elements, after calling free_stat_nodeUlf Lamping1-3/+14
2005-03-20There was a design flaw that caused a crash on windows andLuis Ontanon1-62/+72
2005-03-06- replace tabs with spaces while printingLuis Ontanon1-2/+2
2005-02-27Several fixes to the stats_treeLuis Ontanon1-1/+6
2005-02-25change to int the return type of manip_stat_node() so that it can be used as ...Luis Ontanon1-3/+3
2005-02-25some more work forLuis Ontanon1-7/+50
2005-02-24Update to the stats_tree tapping APILuis Ontanon1-3/+48
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-7/+17
2005-02-16Initial checkin of the stats-tree tap APILuis Ontanon1-0/+532