aboutsummaryrefslogtreecommitdiffstats
path: root/tools/randpkt-test.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-07-07 19:53:40 +0000
committerGerald Combs <gerald@wireshark.org>2010-07-07 19:53:40 +0000
commit6a49671fa209b46d1da93f539aaeb906f2851b7f (patch)
tree5bcb63b2de2625cd25bd0f9fc1d8947be2499fb1 /tools/randpkt-test.sh
parent28681e220092caf93c6fa9b28fc2be59e56c59f0 (diff)
Make sure we use the "randpkt-" prefix everywhere.
svn path=/trunk/; revision=33468
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"