aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/pinfo_stats_tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-24Change the plugin to be something useful.Luis Ontanon1-121/+49
2005-02-20Add some svn propsJörg Mayer1-2/+2
2005-02-16An example stats_tree plugin using pinfo as its only data sourceLuis Ontanon1-0/+181