Make sure we use the "randpkt-" prefix everywhere.

svn path=/trunk/; revision=33468
This commit is contained in:
Gerald Combs 2010-07-07 19:53:40 +00:00
parent 28681e2200
commit 6a49671fa2
1 changed files with 1 additions and 1 deletions

View File

@ -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"