aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
Commit message (Expand)AuthorAgeFilesLines
* Constify an argument.Guy Harris2010-03-261-1/+1
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-2/+7
* More size_t fixes. Use a string buffer in range.c.Gerald Combs2009-04-081-1/+1
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-4/+2
* Remove an ugly hack:Ulf Lamping2009-02-101-2/+14
* More (mostly stats tree) unsigned->signed char cleanupJeff Morriss2008-07-121-1/+1
* Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss2008-07-111-108/+144
* Fix some of the Errors/warnings detected by checkapi,Anders Broman2008-05-051-1/+1
* - Remove GLIB1 codeStephen Fisher2008-04-071-1/+0
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-15/+15
* Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher2007-03-261-22/+22
* From Sebastien Tandel:Stephen Fisher2007-02-131-38/+33
* From Sebastien Tandel:Stephen Fisher2007-01-211-7/+52
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Fix bug 710 and avoid having it crash when more than one instance are open at...Luis Ontanon2006-03-151-0/+1
* Fix a possible NULL pointer dereference (coverity bug id 32)Lars Roland2006-03-071-1/+1
* Get rid of unused function.Guy Harris2005-11-261-4/+0
* one leak less...Luis Ontanon2005-09-281-1/+1
* Instead of checking if this is a new packet at every call to avoid recounting...Luis Ontanon2005-09-221-9/+6
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-4/+4
* - Include the .h files in their .c files.Jörg Mayer2005-08-201-0/+2
* 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