aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-26stats_tree: rename shadow variableDario Lombardo1-2/+2
2015-06-08Add TapParameterDialog.Gerald Combs1-1/+0
2015-06-05Clean up stats_tree_presentation.Gerald Combs1-16/+1
2014-12-30Qt: Convert more dialogs to WiresharkDialog.Gerald Combs1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-20/+20
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-20/+1
2013-12-02Make the declaration of stats_tree_format_node_as_str() match theGuy Harris1-1/+1
2013-12-02Make the declaration of stats_tree_format_as_str() match the definition.Guy Harris1-1/+1
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann1-5/+5
2013-11-30Constify to squelch some warnings.Guy Harris1-2/+2
2013-11-29A typedef has to actually define a type.Guy Harris1-1/+1
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-1/+83
2013-11-21Add a statistics tree dialog.Gerald Combs1-1/+9
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-13/+14
2012-07-15From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman1-0/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-08-29Doxygen changes.Anders Broman1-29/+29
2010-03-26Constify an argument.Guy Harris1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+4
2009-02-10Remove an ugly hack:Ulf Lamping1-0/+1
2008-07-12More (mostly stats tree) unsigned->signed char cleanupJeff Morriss1-3/+3
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-45/+45
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-1/+2
2005-09-22Instead of checking if this is a new packet at every call to avoid recounting...Luis Ontanon1-1/+0
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+2
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon1-0/+1
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon1-1/+1
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon1-13/+10
2005-03-20There was a design flaw that caused a crash on windows andLuis Ontanon1-21/+40
2005-02-27Several fixes to the stats_treeLuis Ontanon1-1/+0
2005-02-25some more work forLuis Ontanon1-0/+3
2005-02-24Update to the stats_tree tapping APILuis Ontanon1-0/+1
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-2/+5
2005-02-16Initial checkin of the stats-tree tap APILuis Ontanon1-0/+179