aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-12-28Allow floating point values for stats_treeMichael Mann1-10/+28
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-1/+0
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-10-01simplify some include file pathsMartin Kaiser1-1/+1
2017-02-07stats_tree: add cleanup function.Dario Lombardo1-0/+3
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs1-0/+8
2015-01-08Small parenthesis fixDario Lombardo1-1/+1
2015-01-05Added DNS statistics supportDario Lombardo1-1/+1
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-2/+2
2014-10-06Convert "4 space tabs" to spaces; Adjust editor modelines.Bill Meier1-108/+108
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-05Fix indent (Use tabs) and add modelinesAlexis La Goutte1-0/+13
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