aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzz-test.sh
AgeCommit message (Collapse)AuthorFilesLines
2006-02-03Mike Duigou:Jörg Mayer1-2/+2
I noticed that when you run fuzz testing from both a root account and a user account you can run into problems because the user account tries to use and delete temp files created by the root account and fails. This patch uses the same scheme as used for fuzz error files for naming the tampered file and for the error file to prevent filename/permission collisions between temp files from different runs. svn path=/trunk/; revision=17145
2006-01-05Reminder to clean up in case of ctrl-c etcJörg Mayer1-0/+3
svn path=/trunk/; revision=16954
2005-10-11Set ETHEREAL_ABORT_ON_DISSECTOR_BUG. Make sure we create a core file. FixGerald Combs1-10/+17
up file names and extensions. svn path=/trunk/; revision=16190
2005-09-28In case the paths to the tools are wrong, inform theJörg Mayer1-0/+11
user about it instead of complaining that no capture files could be found. svn path=/trunk/; revision=16037
2005-06-08fix a problem if the tools have a space char in their pathUlf Lamping1-5/+5
svn path=/trunk/; revision=14588
2005-06-08add some general and some cygwin related commentsUlf Lamping1-2/+15
svn path=/trunk/; revision=14587
2005-04-24Fix a quoting bug.Gerald Combs1-2/+2
svn path=/trunk/; revision=14177
2005-04-20Allow the locations of tethereal, editcap, and capinfos to be changed.Gerald Combs1-8/+18
Limit the amount of VM the process can use (default 500 MB). If we can't save a capture in libpcap format, try again with the encapsulation type set to "ether". svn path=/trunk/; revision=14156
2005-04-17Add a description and usage message. Handle invalid capture files.Gerald Combs1-1/+36
svn path=/trunk/; revision=14114
2005-04-14Add a script based on the "menagerie-fuzz" buildbot test. RunningGerald Combs1-0/+52
"./tools/fuzz-test.sh /path/to/capture/files/*" will iterate over the specified capture files, using editcap to introduce errors and tethereal to check for bugs. It will do this until tethereal exits abnormally or a dissector bug is encountered. svn path=/trunk/; revision=14073