aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 18:50:45 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 18:50:45 +0000
commitfe195e0b5491906d5ddaa5e87983ba352fc1665b (patch)
tree36e200d3813df2d3b02b5867645f1edef976be36 /test
parentb46c99e4af63795432523ca9e7de8ff423a01eba (diff)
add a comment that the ping code is running in the background (that caused me some headache :-)
change the ping packet length, so the last packet will have exactly 100 bytes (at least on Windows) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24998 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index e9df472099..4cb622bf82 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -43,9 +43,11 @@ capture_test_output_print() {
traffic_gen_ping() {
# Generate some traffic for quiet networks.
# This will have to be adjusted for non-Windows systems.
+
+ # the following will run in the background and return immediately
{
date
- for (( x=20; x<=50; x++ )) # in effect: number the packets
+ for (( x=28; x<=58; x++ )) # in effect: number the packets
do
# How does ping _not_ have a standard set of arguments?
case $WS_SYSTEM in