aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzz-test.sh
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Exit if we don't have enough plugins.Gerald Combs1-1/+7
2011-06-01Remove the temporary debugging stuff.Guy Harris1-8/+0
2011-06-01Temporary debugging stuff to see in what environment tshark is beingGuy Harris1-0/+8
2011-04-13Based on https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5821#c2 :Jeff Morriss1-6/+38
2011-04-04Fix up indentationJeff Morriss1-55/+55
2011-03-17Don't clobber the capinfos data if we have a valid capture file. ThisGerald Combs1-6/+4
2010-12-10Export G_SLICE=debug-blocks to do additional memory checks;Bill Meier1-0/+1
2010-10-29Added -b and -C options to usage.Chris Maynard1-1/+1
2010-10-18Add fuzz-test option (-C) to specify a configuration profile.Bill Meier1-2/+6
2010-09-02Introduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS andJeff Morriss1-0/+2
2010-07-20Dump the error output when we have a problem.Gerald Combs1-2/+0
2010-07-07Try limiting our stack size.Gerald Combs1-3/+10
2010-06-04If BIN_DIR is ".", set WIRESHARK_RUN_FROM_BUILD_DIRECTORY so that weGerald Combs1-0/+4
2010-04-21Export MALLOC_CHECK_=3 when fuzz testing in case we're on a glibc-based system:Jeff Morriss1-2/+3
2010-04-16Turn on memory scrubbing when fuzz testing.Jeff Morriss1-1/+3
2010-02-05Exit normally when we trap a signal so that things like Buildbot don'tGerald Combs1-1/+1
2009-10-15Use SE canaries when fuzz testing.Jeff Morriss1-1/+1
2009-09-22Add initial support for "two pass analysis" in tshark. This allows tshark to ...Kovarththanan Rajaratnam1-3/+7
2009-08-20Add error probability command line parameterKovarththanan Rajaratnam1-63/+64
2009-08-12Temporarily disable dissector bug checking. Fixing the ones we've foundGerald Combs1-2/+4
2009-08-07fuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG handling:Bill Meier1-2/+5
2008-05-28Fail the fuzz test (reporting the *input* file as a problem) if capinfos abor...Jeff Morriss1-2/+15
2008-04-15Added an option (-b) to specify directory containing binaries to use forStig Bjørlykke1-6/+10
2008-03-24Use cygpath to automatically find our paths under Windows.Gerald Combs1-0/+9
2007-11-12Print the pass number periodically as a convenience for running the scriptGerald Combs1-1/+6
2007-08-23Don't rename to self when fuzz err; enable ^C file cleanup trapBill Meier1-5/+3
2006-06-26Use a more uniform name for the output files (which makes it easier toGerald Combs1-2/+3
2006-06-23Let the user set the working directory and number of passes from the commandGerald Combs1-4/+23
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-9/+9
2006-02-03Mike Duigou:Jörg Mayer1-2/+2
2006-01-05Reminder to clean up in case of ctrl-c etcJörg Mayer1-0/+3
2005-10-11Set ETHEREAL_ABORT_ON_DISSECTOR_BUG. Make sure we create a core file. FixGerald Combs1-10/+17
2005-09-28In case the paths to the tools are wrong, inform theJörg Mayer1-0/+11
2005-06-08fix a problem if the tools have a space char in their pathUlf Lamping1-5/+5
2005-06-08add some general and some cygwin related commentsUlf Lamping1-2/+15
2005-04-24Fix a quoting bug.Gerald Combs1-2/+2
2005-04-20Allow the locations of tethereal, editcap, and capinfos to be changed.Gerald Combs1-8/+18
2005-04-17Add a description and usage message. Handle invalid capture files.Gerald Combs1-1/+36
2005-04-14Add a script based on the "menagerie-fuzz" buildbot test. RunningGerald Combs1-0/+52