https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7651
Toralf Förster <toralf.foerster@xxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Major |Minor
--- Comment #1 from Toralf Förster <toralf.foerster@xxxxxx> 2012-08-18 13:45:10 PDT ---
This happens, b/c for a call like
cd ~/devel/wireshark/; ./tools/randpkt-test.sh -d /mnt/ramdisk/
this line is always true :
if [ $PASS -gt $MAX_PASSES ] ; then break ; fi # We caught a signal
I'd like to advice either a default value of MAX_PASSES of 1 or the script
should exit instead of running infinitely.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.