When fuzzing with valgrind and running without -T, run with -v so that the
[metze/wireshark/wip.git] / tools / fuzz-test.sh
2013-04-27 Evan HuusWhen fuzzing with valgrind and running without -T,...
2013-04-17 Gerald CombsReverse the arguments we feed to valgrind-wireshark...
2013-01-26 Gerald CombsForward-port r47305 from trunk-1.8:
2013-01-05 Evan HuusWhen fuzz-testing with valgrind, run both with and...
2012-12-07 Gerald CombsMove a lot of common fuzz-test and randpkt-test code...
2012-10-26 Gerald CombsAdd an option (-P) for a minimum plugin count.
2012-10-22 Evan HuusMake the fuzz-test plugin error into a warning, since...
2012-10-09 Gerald CombsIf our error output is huge (> 5 MB) trim out the middl...
2012-10-03 Gerald CombsAdd the command and arguments to the error file.
2012-10-03 Gerald CombsFix return code checking (hopefully).
2012-10-02 Gerald CombsTest with the presence (-nVxr) and absence (-nr) of...
2012-09-05 Gerald CombsRun 'git log' if we have a .git directory. Fixes a...
2012-08-19 Evan HuusFrom Toralf Förster via https://bugs.wireshark.org...
2012-08-17 Gerald CombsMove error reporting to a common function. Lot informat...
2012-08-12 Evan HuusCatch more types of valgrind errors in the fuzz-tester.
2012-07-27 Evan HuusUpdate the usage stanza for fuzz-test to reflect the...
2012-07-26 Evan Huusvalgrind-wireshark.sh:
2012-04-27 Jeff MorrissFix r42293: Make the script actually fail when tshark...
2012-04-27 Jeff MorrissGet the script working again in the "unlimited passes...
2012-04-18 Gerald CombsTerminate our inner loops as well.
2012-04-18 Gerald CombsTell the main loop to terminate when we catch a signal...
2011-06-01 Gerald CombsExit if we don't have enough plugins.
2011-06-01 Guy HarrisRemove the temporary debugging stuff.
2011-06-01 Guy HarrisTemporary debugging stuff to see in what environment...
2011-04-13 Jeff MorrissBased on https://bugs.wireshark.org/bugzilla/show_bug...
2011-04-04 Jeff MorrissFix up indentation
2011-03-17 Gerald CombsDon't clobber the capinfos data if we have a valid...
2010-12-10 Bill MeierExport G_SLICE=debug-blocks to do additional memory...
2010-10-29 Chris MaynardAdded -b and -C options to usage.
2010-10-18 Bill MeierAdd fuzz-test option (-C) to specify a configuration...
2010-09-02 Jeff MorrissIntroduce 2 new environment variables: WIRESHARK_EP_VER...
2010-07-20 Gerald CombsDump the error output when we have a problem.
2010-07-07 Gerald CombsTry limiting our stack size.
2010-06-04 Gerald CombsIf BIN_DIR is ".", set WIRESHARK_RUN_FROM_BUILD_DIRECTO...
2010-04-21 Jeff MorrissExport MALLOC_CHECK_=3 when fuzz testing in case we...
2010-04-16 Jeff MorrissTurn on memory scrubbing when fuzz testing.
2010-02-05 Gerald CombsExit normally when we trap a signal so that things...
2009-10-15 Jeff MorrissUse SE canaries when fuzz testing.
2009-09-22 Kovarththanan Raja... Add initial support for "two pass analysis" in tshark...
2009-08-20 Kovarththanan Raja... Add error probability command line parameter
2009-08-12 Gerald CombsTemporarily disable dissector bug checking. Fixing...
2009-08-07 Bill Meierfuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG...
2008-05-28 Jeff MorrissFail the fuzz test (reporting the *input* file as a...
2008-04-15 Stig BjørlykkeAdded an option (-b) to specify directory containing...
2008-03-24 Gerald CombsUse cygpath to automatically find our paths under Windows.
2007-11-12 Gerald CombsPrint the pass number periodically as a convenience...
2007-08-23 Bill MeierDon't rename to self when fuzz err; enable ^C file...
2006-06-26 Gerald CombsUse a more uniform name for the output files (which...
2006-06-23 Gerald CombsLet the user set the working directory and number of...
2006-05-31 Gerald CombsRename the main executable to "wireshark", along with...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-02-03 Jörg MayerMike Duigou:
2006-01-05 Jörg MayerReminder to clean up in case of ctrl-c etc
2005-10-11 Gerald CombsSet ETHEREAL_ABORT_ON_DISSECTOR_BUG. Make sure we...
2005-09-28 Jörg MayerIn case the paths to the tools are wrong, inform the
2005-06-08 Ulf Lampingfix a problem if the tools have a space char in their...
2005-06-08 Ulf Lampingadd some general and some cygwin related comments
2005-04-24 Gerald CombsFix a quoting bug.
2005-04-20 Gerald CombsAllow the locations of tethereal, editcap, and capinfos...
2005-04-17 Gerald CombsAdd a description and usage message. Handle invalid...
2005-04-14 Gerald CombsAdd a script based on the "menagerie-fuzz" buildbot...