aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
Commit message (Expand)AuthorAgeFilesLines
* From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte2013-12-081-20/+1
* Make the declaration of stats_tree_format_node_as_str() match theGuy Harris2013-12-021-1/+1
* Make the declaration of stats_tree_format_as_str() match the definition.Guy Harris2013-12-021-1/+1
* Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann2013-12-011-5/+5
* Constify to squelch some warnings.Guy Harris2013-11-301-2/+2
* A typedef has to actually define a type.Guy Harris2013-11-291-1/+1
* Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann2013-11-291-1/+83
* Add a statistics tree dialog.Gerald Combs2013-11-211-1/+9
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-13/+14
* From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman2012-07-151-0/+5
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Doxygen changes.Anders Broman2010-08-291-29/+29
* Constify an argument.Guy Harris2010-03-261-1/+1
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+4
* Remove an ugly hack:Ulf Lamping2009-02-101-0/+1
* More (mostly stats tree) unsigned->signed char cleanupJeff Morriss2008-07-121-3/+3
* Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss2008-07-111-45/+45
* 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-1/+2
* Instead of checking if this is a new packet at every call to avoid recounting...Luis Ontanon2005-09-221-1/+0
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+2
* Fix the names that were not consistent after the rename.Luis Ontanon2005-03-211-0/+1
* Add a cleanup call-back to the stats_tree.Luis Ontanon2005-03-211-1/+1
* Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon2005-03-211-13/+10
* There was a design flaw that caused a crash on windows andLuis Ontanon2005-03-201-21/+40
* Several fixes to the stats_treeLuis Ontanon2005-02-271-1/+0
* some more work forLuis Ontanon2005-02-251-0/+3
* Update to the stats_tree tapping APILuis Ontanon2005-02-241-0/+1
* Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon2005-02-201-2/+5
* Initial checkin of the stats-tree tap APILuis Ontanon2005-02-161-0/+179