aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-30Constify to squelch some warnings.Guy Harris1-8/+14
2013-11-29Squelch some "use parentheses" warnings.Guy Harris1-11/+11
2013-11-29Rename variable to avoid collisions with standard function names.Guy Harris1-23/+23
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-15/+639
2013-11-21Add a statistics tree dialog.Gerald Combs1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+3
2013-10-18Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (http...Michael Mann1-20/+19
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-5/+5
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-1/+1
2013-03-16From beroset:Anders Broman1-19/+19
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-15From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman1-1/+23
2012-07-07From Michael Mann:Guy Harris1-0/+17
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-102/+102
2010-03-26Constify an argument.Guy Harris1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+7
2009-04-08More size_t fixes. Use a string buffer in range.c.Gerald Combs1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2009-02-10Remove an ugly hack:Ulf Lamping1-2/+14
2008-07-12More (mostly stats tree) unsigned->signed char cleanupJeff Morriss1-1/+1
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-108/+144
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman1-1/+1
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-15/+15
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-22/+22
2007-02-13From Sebastien Tandel:Stephen Fisher1-38/+33
2007-01-21From Sebastien Tandel:Stephen Fisher1-7/+52
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