aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/pinfo_stats_tree.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-2/+2
2015-10-05Don't count packets twice for average using avg_stat_node_add_value_notick.Michael Mann1-4/+0
2015-08-22Add support for IPv6 stats tree statisticsJoão Valverde1-68/+127
2015-08-16Fix IP Destinations stats treeJoão Valverde1-1/+1
2015-06-08Print "and greater" instead of a ten digit number.Gerald Combs1-1/+3
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+3
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2015-01-17A few more emem replacements with wmem.Michael Mann1-6/+5
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-1/+5
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-7/+7
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-44/+57
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-4/+39
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+1
2013-10-18Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (http...Michael Mann1-1/+13
2013-06-17More PDU export work:Pascal Quantin1-17/+1
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann1-1/+1
2013-03-20 From beroset:Bill Meier1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-16Fix compilation error seen with gcc on Unix:Stephen Fisher1-1/+1
2012-07-15From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman1-5/+4
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-07-07From Michael Mann:Guy Harris1-2/+99
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-3/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-15/+15
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-4/+4
2009-03-27(Minor): Remove unnecessary use of g_snprintfBill Meier1-10/+3
2009-02-10Remove an ugly hack:Ulf Lamping1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-2/+2
2008-04-14clarify the stats_tree menu itemsUlf Lamping1-4/+4
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-12/+12
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-12/+12
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-27add some higher packet length valuesUlf Lamping1-2/+2
2005-08-05More char -> const char warning fixes.Jörg Mayer1-4/+4
2005-07-25fix a typo: lenght -> lengthUlf Lamping1-1/+1
2005-07-24include pinfo_stats_tree.c in the build process, so MSVC compiles againUlf Lamping1-1/+1
2005-07-24Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", andGuy Harris1-8/+10
2005-06-10don't call g_assert_not_reached() for an unknown port typeUlf Lamping1-4/+1
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon1-5/+3
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon1-4/+4
2005-03-21This one is not in the makefiles (it's an example of stats_tree not realy a f...Luis Ontanon1-14/+14
2005-03-06Handle XNS IDP socket numbers.Guy Harris1-3/+4
2005-02-25added a tree exampleLuis Ontanon1-3/+41