aboutsummaryrefslogtreecommitdiffstats
path: root/tools/randpkt-test.sh
AgeCommit message (Expand)AuthorFilesLines
2016-10-05randpkt-test: Fix our optstringGerald Combs1-1/+1
2016-09-26Add an initial "shellcheck" target.Gerald Combs1-0/+1
2016-09-24Check for ASAN when fuzzing.Gerald Combs1-1/+1
2016-09-21Set the VA limit with ulimit -S, and clean up comments.Guy Harris1-4/+9
2016-09-11Add a -a flag to specify running under ASan, and don't set ulimit -v if so.Guy Harris1-2/+20
2015-06-26tools: permit setting BIN_DIR in the environmentEvan Huus1-1/+1
2014-03-30Fix fuzz-test.sh '-b' option so it works again; Do some other tools/*test*.sh...Bill Meier1-15/+8
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
2013-07-08Include the output (fuzz'd) file name in the output when fuzz (or randpkt)Jeff Morriss1-3/+0
2013-05-30Exit if we can't load the test-common.sh library.Jeff Morriss1-1/+1
2013-01-26Forward-port r47305 from trunk-1.8:Gerald Combs1-2/+10
2012-12-07Move a lot of common fuzz-test and randpkt-test code to its own fileGerald Combs1-54/+3
2012-10-09If our error output is huge (> 5 MB) trim out the middle of the file.Gerald Combs1-0/+9
2012-10-03Add the command and arguments to the error file.Gerald Combs1-1/+3
2012-10-03Fix return code checking (hopefully).Gerald Combs1-1/+1
2012-10-02Test with the presence (-nVxr) and absence (-nr) of the tree. We nowGerald Combs1-5/+11
2012-09-05Run 'git log' if we have a .git directory. Fixes a copy+paste error.Gerald Combs1-1/+1
2012-08-19Don't go into a tight loop when there's no specific number of passes.Evan Huus1-17/+19
2012-08-19From Toralf Förster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+1
2012-08-17Move error reporting to a common function. Lot information about the Gerald Combs1-8/+21
2012-04-18Terminate our inner loops as well.Gerald Combs1-0/+1
2012-04-18Tell the main loop to terminate when we catch a signal instead of tryingGerald Combs1-2/+1
2010-07-07Make sure we use the "randpkt-" prefix everywhere.Gerald Combs1-1/+1
2006-08-04It's not only executable but a script as well: propset eol-style + keywordsJörg Mayer1-1/+1
2006-08-02Make the output file name a little more descriptive.Gerald Combs1-1/+1
2006-08-02Add a script for randpkt testing. Copied from fuzz-test.sh.Gerald Combs1-0/+121