aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-1/+48
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-1/+0
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-14/+15
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-10-17(Trivial) remove trailing whitespace.Bill Meier1-9/+9
2012-07-15From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman1-0/+16
2012-07-07From Michael Mann:Guy Harris1-0/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+5
2009-02-10Remove an ugly hack:Ulf Lamping1-1/+19
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-45/+45
2008-04-17fix commentsUlf Lamping1-3/+3
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-3/+3
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon1-8/+0
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon1-1/+5
2005-03-21Declare "stats_tree_create_pivot_node()" andGuy Harris1-0/+8
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon1-22/+23
2005-02-27Several fixes to the stats_treeLuis Ontanon1-0/+3
2005-02-25There's no "tick_range_with_parent_name()" routine.Guy Harris1-5/+0
2005-02-25change to int the return type of manip_stat_node() so that it can be used as ...Luis Ontanon1-1/+1
2005-02-24Update to the stats_tree tapping APILuis Ontanon1-1/+14
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-1/+1
2005-02-16Initial checkin of the stats-tree tap APILuis Ontanon1-0/+131