aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.h
Commit message (Expand)AuthorAgeFilesLines
* Always put editor-modelines at the end of the file ...Bill Meier2014-10-141-2/+2
* Convert "4 space tabs" to spaces; Adjust editor modelines.Bill Meier2014-10-061-108/+108
* Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris2014-07-031-1/+1
* Move stat_menu.h to libui.Guy Harris2014-06-301-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix indent (Use tabs) and add modelinesAlexis La Goutte2014-01-051-0/+13
* Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann2013-11-291-1/+48
* Include <epan/to_str.h> only when needed.Jakub Zawadzki2013-11-091-1/+0
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-14/+15
* it's ==> its & its ==> it's as needed.Bill Meier2013-02-261-1/+1
* (Trivial) remove trailing whitespace.Bill Meier2012-10-171-9/+9
* From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman2012-07-151-0/+16
* From Michael Mann:Guy Harris2012-07-071-0/+6
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+5
* Remove an ugly hack:Ulf Lamping2009-02-101-1/+19
* Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss2008-07-111-45/+45
* fix commentsUlf Lamping2008-04-171-3/+3
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-3/+3
* Fix the names that were not consistent after the rename.Luis Ontanon2005-03-211-8/+0
* Add a cleanup call-back to the stats_tree.Luis Ontanon2005-03-211-1/+5
* Declare "stats_tree_create_pivot_node()" andGuy Harris2005-03-211-0/+8
* Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon2005-03-211-22/+23
* Several fixes to the stats_treeLuis Ontanon2005-02-271-0/+3
* There's no "tick_range_with_parent_name()" routine.Guy Harris2005-02-251-5/+0
* change to int the return type of manip_stat_node() so that it can be used as ...Luis Ontanon2005-02-251-1/+1
* Update to the stats_tree tapping APILuis Ontanon2005-02-241-1/+14
* Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon2005-02-201-1/+1
* Initial checkin of the stats-tree tap APILuis Ontanon2005-02-161-0/+131