aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-capture.sh')
-rw-r--r--test/suite-capture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index 4315737ba2..1a107bdc79 100644
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -187,7 +187,7 @@ capture_step_snapshot() {
ethereal_capture_suite() {
# Q: quit after cap, k: start capture immediately
- DUT="$ETHEREAL -Q -k"
+ DUT="$WIRESHARK -Q -k"
test_step_add "Capture 10 packets" capture_step_10packets
# piping to stdout doesn't work with Ethereal and capturing!
#test_step_add "Capture 10 packets using stdout: -w -" capture_step_10packets_stdout