aboutsummaryrefslogtreecommitdiffstats
path: root/tools/randpkt-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/randpkt-test.sh')
-rwxr-xr-xtools/randpkt-test.sh2
1 files changed, 1 insertions, 1 deletions
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"