As suggested by Anders: back out 37112.
[obnox/wireshark/wip.git] / epan / stats_tree.c
2011-02-18 geraldFix some dead code and zero division issues found by...
2010-03-26 guyConstify an argument.
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-04-08 geraldMore size_t fixes. Use a string buffer in range.c.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-02-10 ulflRemove an ugly hack:
2008-07-12 morrissMore (mostly stats tree) unsigned->signed char cleanup
2008-07-11 morrissChange the stats tree API to use signed chars instead...
2008-05-05 etxrabFix some of the Errors/warnings detected by checkapi,
2008-04-07 sfisher- Remove GLIB1 code
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-26 sfisherFix a bunch more warnings. Add -Werror when using...
2007-02-13 sfisherFrom Sebastien Tandel:
2007-01-21 sfisherFrom Sebastien Tandel:
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-15 legoFix bug 710 and avoid having it crash when more than...
2006-03-07 lrolandFix a possible NULL pointer dereference (coverity bug...
2005-11-26 guyGet rid of unused function.
2005-09-28 legoone leak less...
2005-09-22 legoInstead of checking if this is a new packet at every...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 jmayer- Include the .h files in their .c files.
2005-08-02 jmayerLast set of trivial fixes for "no previous declaration...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-05-20 legodup the filter string so that it can be freed without...
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 legoRename all stats_tree extern functions to start with...
2005-03-20 ulflbugfix: don't access node elements, after calling free_...
2005-03-20 legoThere was a design flaw that caused a crash on windows and
2005-03-06 lego- replace tabs with spaces while printing
2005-02-27 legoSeveral fixes to the stats_tree
2005-02-25 legochange to int the return type of manip_stat_node()...
2005-02-25 legosome more work for
2005-02-24 legoUpdate to the stats_tree tapping API
2005-02-20 legoFixes few things during reinitialization with gtk2...
2005-02-16 legoInitial checkin of the stats-tree tap API