diff options
author | Gerald Combs <gerald@wireshark.org> | 2006-05-31 19:12:15 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2006-05-31 19:12:15 +0000 |
commit | eb71f7fb96f883b748536eecde9f6f49eedbcfee (patch) | |
tree | e686fde4e5609ee0ed12778fccbded159b386785 /test/suite-capture.sh | |
parent | 2fd928645b5aa69feb967d00f8604b98ed0dc237 (diff) |
Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org
mailing lists and addresses
ETHEREAL -> WIRESHARK
Man pages
Automake/Autoconf names
svn path=/trunk/; revision=18271
Diffstat (limited to 'test/suite-capture.sh')
-rw-r--r-- | test/suite-capture.sh | 2 |
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 |