aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/pinfo_stats_tree.c
AgeCommit message (Collapse)AuthorFilesLines
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-12/+12
them, add -Wno-pointer-sign to CFLAGS when gcc will accept it. svn path=/trunk/; revision=21253
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-12/+12
Comment out -Werror in plugins/asn1/ until warnings can be fixed. svn path=/trunk/; revision=21158
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-04-27add some higher packet length valuesUlf Lamping1-2/+2
svn path=/trunk/; revision=18021
2005-08-05More char -> const char warning fixes.Jörg Mayer1-4/+4
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
2005-07-25fix a typo: lenght -> lengthUlf Lamping1-1/+1
svn path=/trunk/; revision=15058
2005-07-24include pinfo_stats_tree.c in the build process, so MSVC compiles againUlf Lamping1-1/+1
don't use extern before a function body, that don't make sense svn path=/trunk/; revision=15048
2005-07-24Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", andGuy Harris1-8/+10
include it in "pinfo_stats_tree.c" (which defines it) and "stats_tree_plugin.c" (which refers to it). Make all the other routines defined in "pinfo_stats_tree.c" static, as they're not used outside "pinfo_stats_tree.c". Get rid of declaration of unused "register_http_stat_trees()". svn path=/trunk/; revision=15035
2005-06-10don't call g_assert_not_reached() for an unknown port typeUlf Lamping1-4/+1
svn path=/trunk/; revision=14609
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon1-5/+3
svn path=/trunk/; revision=13852
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon1-4/+4
svn path=/trunk/; revision=13851
2005-03-21This one is not in the makefiles (it's an example of stats_tree not realy a ↵Luis Ontanon1-14/+14
feature), make sure it works nontheless svn path=/trunk/; revision=13843
2005-03-06Handle XNS IDP socket numbers.Guy Harris1-3/+4
Handle SMB-over-SPP. svn path=/trunk/; revision=13635
2005-02-25added a tree exampleLuis Ontanon1-3/+41
svn path=/trunk/; revision=13509
2005-02-24Change the plugin to be something useful.Luis Ontanon1-121/+49
Adds more taps, tests range nodes tests pivot nodes svn path=/trunk/; revision=13503
2005-02-20Add some svn propsJörg Mayer1-2/+2
svn path=/trunk/; revision=13442
2005-02-16An example stats_tree plugin using pinfo as its only data sourceLuis Ontanon1-0/+181
I'm not checking changes to the Makefiles yet. svn path=/trunk/; revision=13415