From 6a49671fa209b46d1da93f539aaeb906f2851b7f Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 7 Jul 2010 19:53:40 +0000 Subject: Make sure we use the "randpkt-" prefix everywhere. svn path=/trunk/; revision=33468 --- tools/randpkt-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/randpkt-test.sh b/tools/randpkt-test.sh index 5847c8f75b..61486a7808 100755 --- a/tools/randpkt-test.sh +++ b/tools/randpkt-test.sh @@ -103,7 +103,7 @@ while [ $PASS -lt $MAX_PASSES -o $MAX_PASSES -lt 1 ] ; do grep -i "dissector bug" $TMP_DIR/$ERR_FILE \ > /dev/null 2>&1 && DISSECTOR_BUG=1 if [ $RETVAL -ne 0 -o $DISSECTOR_BUG -ne 0 ] ; then - RAND_FILE="rand-`$DATE +%Y-%m-%d`-$$.pcap" + RAND_FILE="randpkt-`$DATE +%Y-%m-%d`-$$.pcap" echo "" echo " ERROR" echo -e "Processing failed. Capture info follows:\n" -- cgit v1.2.3