aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/pinfo_stats_tree.c
AgeCommit message (Expand)AuthorFilesLines
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