diff --git a/qa/wirefuzz.pl b/qa/wirefuzz.pl index e68d80824d..f385150c05 100755 --- a/qa/wirefuzz.pl +++ b/qa/wirefuzz.pl @@ -318,7 +318,7 @@ sub printhelp { -x=<(optional) regex for excluding certian files incase something blows up but we want to continue fuzzing .> -z=<(optional) regex for excluding certian files from fuzzing but still process them note: the original files will be processed and not removed.> -y - -k + -k Example usage: First thing to do is download and build suricata from git with -O0 so vars don't get optimized out. See the example below: git clone git://phalanx.openinfosecfoundation.org/oisf.git suricatafuzz1 && cd suricatafuzz1 && ./autogen.sh && CFLAGS=\"-g -O0\" ./configure && make @@ -641,7 +641,7 @@ sub clean_logs { #system("$rmcmd"); } - foreach my $file (glob "$logdir/unified2.* $logdir/*.log $logdir/*.json") { + foreach my $file (glob "$logdir/*.log $logdir/*.json") { #print $file . "\n"; if (unlink($file) <= 0) { print "clean_logs: failed to delete log file $file\n";