From 19d701ddf07d855128ded0cf2b573ce468e3bdd6 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 20 Jan 2016 01:10:01 +0000 Subject: Removing Suricata and Audit from source repo, and updated build.sh to avoid building suricata. Will re-address this in C release via tar balls. Change-Id: I3710076f8b7f3313cb3cb5260c4eb0a6834d4f6e Signed-off-by: Ashlee Young --- .../src/suricata/qa/gnuplot/plot-csv-large-all.sh | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100755 framework/src/suricata/qa/gnuplot/plot-csv-large-all.sh (limited to 'framework/src/suricata/qa/gnuplot/plot-csv-large-all.sh') diff --git a/framework/src/suricata/qa/gnuplot/plot-csv-large-all.sh b/framework/src/suricata/qa/gnuplot/plot-csv-large-all.sh deleted file mode 100755 index f3484fd7..00000000 --- a/framework/src/suricata/qa/gnuplot/plot-csv-large-all.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -# -# -if [ "$1" = "" ]; then - echo "call with location of csv file." - exit 1; -fi - -gnuplot << EOF -set datafile separator "," -set terminal png size 1024,768 -set output "$1.png" -set title "$1 ticks" -set key autotitle columnhead -set yrange [:] -set xrange [:] -set logscale y -#set pointsize 4 -plot "$1" using $2 with $4, for [i in $3] '' using i with $4 -EOF -RESULT=$? -if [ "$RESULT" = "0" ]; then - echo "PNG $1.png written" -fi -- cgit 1.2.3-korg