aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree
AgeCommit message (Collapse)AuthorFilesLines
2005-07-24include pinfo_stats_tree.c in the build process, so MSVC compiles againUlf Lamping2-2/+2
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 Harris4-10/+39
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-07-24http_stats_tree is moving to a new home (packet-http.c)Luis Ontanon4-267/+3
svn path=/trunk/; revision=15021
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-06-10don't call g_assert_not_reached() for an unknown port typeUlf Lamping1-4/+1
svn path=/trunk/; revision=14609
2005-05-31Add a note to config.nmake that it is required to set ENABLE_LIBETHEREAL to ↵Lars Roland1-4/+3
get plugin support in Ethereal. Change Makefile.nmake of the stats_tree plugin to the current scheme. svn path=/trunk/; revision=14512
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon2-6/+4
svn path=/trunk/; revision=13852
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon2-7/+7
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-21This one was missing from the last commitLuis Ontanon1-19/+19
svn path=/trunk/; revision=13841
2005-03-19Move request packets above (before) response ones, this seems to be more ↵Ulf Lamping1-6/+6
natural. Use a single HTTP submenu instead of two menu items with an entry and a submenu svn path=/trunk/; revision=13814
2005-03-19Fix capitalization of tree topicsUlf Lamping1-4/+4
svn path=/trunk/; revision=13813
2005-03-07remove remnants of the old plugin api from dissectors and pluginsLars Roland1-2/+1
svn path=/trunk/; revision=13656
2005-03-07set SVN keyword IDLars Roland1-1/+1
svn path=/trunk/; revision=13654
2005-03-07fix clean targetLars Roland1-1/+1
svn path=/trunk/; revision=13653
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-2/+0
it serves the same purpose as the register routine in a built-in dissector, and don't require all dissectors to have one, as they might just be taps. Get rid of the stats tree's init routine, as it's just a tap, and as it doesn't do anything. Update the idl2eth Python script to generate plugins with register routines. svn path=/trunk/; revision=13644
2005-03-06Handle XNS IDP socket numbers.Guy Harris1-3/+4
Handle SMB-over-SPP. svn path=/trunk/; revision=13635
2005-03-06- use the string id of the node, not the integer id in tick_stat_nodeLuis Ontanon1-2/+2
svn path=/trunk/; revision=13632
2005-03-06Forgot this in the last checkinLuis Ontanon1-1/+0
svn path=/trunk/; revision=13630
2005-03-06Add stats_tree and xml plugins to the build processLuis Ontanon2-1/+37
svn path=/trunk/; revision=13629
2005-03-06oops, no new_plugin_init() now there isLuis Ontanon1-0/+2
svn path=/trunk/; revision=13620
2005-03-06remove plugin_init()Luis Ontanon1-6/+0
svn path=/trunk/; revision=13613
2005-03-01add the http_srv tap a tree to verify load distribution between several http ↵Luis Ontanon1-0/+62
servers and/or virtual hosts svn path=/trunk/; revision=13566
2005-02-28add the http_stats_tree,Luis Ontanon3-1/+204
a replacement for the current http tap listeners and a tree for requested hosts/uris svn path=/trunk/; revision=13556
2005-02-28Adapt the stats_tree example plugin to the last changesLuis Ontanon1-2/+3
svn path=/trunk/; revision=13550
2005-02-25added a tree exampleLuis Ontanon1-3/+41
svn path=/trunk/; revision=13509
2005-02-24Change the plugin to be something useful.Luis Ontanon2-125/+51
Adds more taps, tests range nodes tests pivot nodes svn path=/trunk/; revision=13503
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-1/+1
there are still problems at reinit (gtk2 node->pr warns about an iterator not been OK) set up propperties of the given files svn path=/trunk/; revision=13448
2005-02-20Add some svn propsJörg Mayer5-4/+7
svn path=/trunk/; revision=13442
2005-02-16An example stats_tree plugin using pinfo as its only data sourceLuis Ontanon5-0/+280
I'm not checking changes to the Makefiles yet. svn path=/trunk/; revision=13415