Add back the fix from revision 54693.
[metze/wireshark/wip.git] / epan / stats_tree.c
2014-01-05 Alexis La GoutteFix indent (Use tabs) and add modelines
2013-12-09 Jakub ZawadzkiFix warnings
2013-12-08 Alexis La GoutteFrom Deon van der Westhuysen via https://bugs.wireshark...
2013-12-07 Jakub ZawadzkiUse strutil xml_escape() function
2013-12-02 Guy HarrisGet rid of a stray semicolon, as it upsets Sun^WOracle...
2013-12-01 Michael MannPatch to include YAML export. Bug 9452 (https://bugs...
2013-11-30 Michael MannBetter fix for uninitialized variable warning. Part...
2013-11-30 Pascal QuantinTry to please GCC 4.3.2
2013-11-30 Guy HarrisCasts required from void * in C++.
2013-11-30 Guy HarrisConstify to squelch some warnings.
2013-11-29 Guy HarrisSquelch some "use parentheses" warnings.
2013-11-29 Guy HarrisRename variable to avoid collisions with standard funct...
2013-11-29 Michael MannStats_tree enhancements for sorting, averages and burst...
2013-11-21 Gerald CombsAdd a statistics tree dialog.
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-18 Michael MannDon't allow invalid ranges to be specified for the...
2013-08-14 Guy HarrisGet rid of -Wshadow warning - I guess we're including...
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-03-16 Anders BromanFrom beroset:
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-15 Anders BromanFrom Wonil Kim: Enable statistics menu register for...
2012-07-07 Guy HarrisFrom Michael Mann:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-02-18 Gerald CombsFix some dead code and zero division issues found by...
2010-03-26 Guy HarrisConstify an argument.
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-04-08 Gerald CombsMore size_t fixes. Use a string buffer in range.c.
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2009-02-10 Ulf LampingRemove an ugly hack:
2008-07-12 Jeff MorrissMore (mostly stats tree) unsigned->signed char cleanup
2008-07-11 Jeff MorrissChange the stats tree API to use signed chars instead...
2008-05-05 Anders BromanFix some of the Errors/warnings detected by checkapi,
2008-04-07 Stephen Fisher- Remove GLIB1 code
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-26 Stephen FisherFix a bunch more warnings. Add -Werror when using...
2007-02-13 Stephen FisherFrom Sebastien Tandel:
2007-01-21 Stephen FisherFrom Sebastien Tandel:
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-03-15 Luis OntanonFix bug 710 and avoid having it crash when more than...
2006-03-07 Lars RolandFix a possible NULL pointer dereference (coverity bug...
2005-11-26 Guy HarrisGet rid of unused function.
2005-09-28 Luis Ontanonone leak less...
2005-09-22 Luis OntanonInstead of checking if this is a new packet at every...
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 Jörg Mayer- Include the .h files in their .c files.
2005-08-02 Jörg MayerLast set of trivial fixes for "no previous declaration...
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-05-20 Luis Ontanondup the filter string so that it can be freed without...
2005-03-21 Luis OntanonFix the names that were not consistent after the rename.
2005-03-21 Luis OntanonAdd a cleanup call-back to the stats_tree.
2005-03-21 Luis OntanonRename all stats_tree extern functions to start with...
2005-03-20 Ulf Lampingbugfix: don't access node elements, after calling free_...
2005-03-20 Luis OntanonThere was a design flaw that caused a crash on windows and
2005-03-06 Luis Ontanon- replace tabs with spaces while printing
2005-02-27 Luis OntanonSeveral fixes to the stats_tree
2005-02-25 Luis Ontanonchange to int the return type of manip_stat_node()...
2005-02-25 Luis Ontanonsome more work for
2005-02-24 Luis OntanonUpdate to the stats_tree tapping API
2005-02-20 Luis OntanonFixes few things during reinitialization with gtk2...
2005-02-16 Luis OntanonInitial checkin of the stats-tree tap API