aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.gerald1-102/+102
2010-03-26Constify an argument.guy1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-2/+7
2009-04-08More size_t fixes. Use a string buffer in range.c.gerald1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-4/+2
2009-02-10Remove an ugly hack:ulfl1-2/+14
2008-07-12More (mostly stats tree) unsigned->signed char cleanupmorriss1-1/+1
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsmorriss1-108/+144
2008-05-05Fix some of the Errors/warnings detected by checkapi,etxrab1-1/+1
2008-04-07- Remove GLIB1 codesfisher1-1/+0
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-15/+15
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-22/+22
2007-02-13From Sebastien Tandel:sfisher1-38/+33
2007-01-21From Sebastien Tandel:sfisher1-7/+52
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-03-15Fix bug 710 and avoid having it crash when more than one instance are open at...lego1-0/+1
2006-03-07Fix a possible NULL pointer dereference (coverity bug id 32)lroland1-1/+1
2005-11-26Get rid of unused function.guy1-4/+0
2005-09-28one leak less...lego1-1/+1
2005-09-22Instead of checking if this is a new packet at every call to avoid recounting...lego1-9/+6
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-4/+4
2005-08-20- Include the .h files in their .c files.jmayer1-0/+2
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.jmayer1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-3/+3
2005-05-20dup the filter string so that it can be freed without problems.lego1-6/+4
2005-03-21Fix the names that were not consistent after the rename.lego1-4/+10
2005-03-21Add a cleanup call-back to the stats_tree.lego1-3/+17
2005-03-21Rename all stats_tree extern functions to start with stats_tree_lego1-28/+28
2005-03-20bugfix: don't access node elements, after calling free_stat_nodeulfl1-3/+14
2005-03-20There was a design flaw that caused a crash on windows andlego1-62/+72
2005-03-06- replace tabs with spaces while printinglego1-2/+2
2005-02-27Several fixes to the stats_treelego1-1/+6
2005-02-25change to int the return type of manip_stat_node() so that it can be used as ...lego1-3/+3
2005-02-25some more work forlego1-7/+50
2005-02-24Update to the stats_tree tapping APIlego1-3/+48
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),lego1-7/+17
2005-02-16Initial checkin of the stats-tree tap APIlego1-0/+532