Add some information about how/why this dissector is (partially) machine-generated...
[obnox/wireshark/wip.git] / plugins / stats_tree /
2010-03-18 jmayercmake changes:
2010-02-25 guyGenerate asn1/hnbap/Makefile.
2010-01-28 wmeierFix some gcc -Wshadow warnings.
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-26 stigThe stats_tree plugin deserves a version number other...
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-23 jmayerBuild more plugins with cmake.
2009-09-13 morrissRun checkapi on the dissector header files
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-03-27 wmeier(Minor): Remove unnecessary use of g_snprintf
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-10 ulflRemove an ugly hack:
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-07-29 morrissAllow checkapis target to work in out-of-tree builds...
2008-07-11 morrissChange the stats tree API to use signed chars instead...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-26 geraldAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-08 etxrabRun checkAPI in plugins dir.
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-04-14 ulflclarify the stats_tree menu items
2008-03-29 jakeRemove the pre-release flag from FILEFLAGS in the resou...
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2007-05-27 guyUse $(PLUGIN_LDFLAGS) for LDFLAGS.
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-23 sfisherFrom Sebastien Tandel:
2007-03-22 sfisherAdd -Werror when using GCC only to the Makefile.am...
2007-03-21 ulflset CFLAGS to block new warnings for all plugins (excep...
2007-02-26 jake-Add the compiler version to the plugin resource
2007-01-03 ulflclean should also remove generated plugin.c and manifes...
2006-12-19 jakeSet the right properties on the new files.
2006-12-18 jakeUpdate plugin to the current plugin design.
2006-06-02 jmayerremove plugin.c in distlclean
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 sahlbergname change
2006-04-27 ulfladd some higher packet length values
2005-08-05 jmayerMore char -> const char warning fixes.
2005-07-25 ulflfix a typo: lenght -> length
2005-07-24 ulflinclude pinfo_stats_tree.c in the build process, so...
2005-07-24 guyAdd "pinfo_stats_tree.h" to declare "register_pinfo_sta...
2005-07-24 legohttp_stats_tree is moving to a new home (packet-http.c)
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-06-10 ulfldon't call g_assert_not_reached() for an unknown port...
2005-05-31 lrolandAdd a note to config.nmake that it is required to set...
2005-03-21 legoFix the names that were not consistent after the rename.
2005-03-21 legoAdd a cleanup call-back to the stats_tree.
2005-03-21 legoThis one is not in the makefiles (it's an example of...
2005-03-21 legoThis one was missing from the last commit
2005-03-19 ulflMove request packets above (before) response ones,...
2005-03-19 ulflFix capitalization of tree topics
2005-03-07 lrolandremove remnants of the old plugin api from dissectors...
2005-03-07 lrolandset SVN keyword ID
2005-03-07 lrolandfix clean target
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-06 guyHandle XNS IDP socket numbers.
2005-03-06 lego- use the string id of the node, not the integer id...
2005-03-06 legoForgot this in the last checkin
2005-03-06 legoAdd stats_tree and xml plugins to the build process
2005-03-06 legooops, no new_plugin_init() now there is
2005-03-06 legoremove plugin_init()
2005-03-01 legoadd the http_srv tap a tree to verify load distribution...
2005-02-28 legoadd the http_stats_tree,
2005-02-28 legoAdapt the stats_tree example plugin to the last changes
2005-02-25 legoadded a tree example
2005-02-24 legoChange the plugin to be something useful.
2005-02-20 legoFixes few things during reinitialization with gtk2...
2005-02-20 jmayerAdd some svn props
2005-02-16 legoAn example stats_tree plugin using pinfo as its only...