aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:21:22 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:21:22 +0000
commit151dcf1c94fb83c2fdfa3524e6f404da40bd1a33 (patch)
tree9965ecb160280dc9ff430db72322b3203b53a3ac /test
parent60d39348a03f5b01e557a78c263cbe35441717c1 (diff)
ethereal->wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18207 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rw-r--r--test/config.sh2
-rw-r--r--test/suite-capture.sh2
-rw-r--r--test/suite-clopts.sh2
-rw-r--r--test/suite-io.sh2
-rw-r--r--test/test.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/config.sh b/test/config.sh
index ac952acfcc..f35f882d0f 100644
--- a/test/config.sh
+++ b/test/config.sh
@@ -23,7 +23,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# path to the Ethereal binaries, only used for the settings below
+# path to the Wireshark binaries, only used for the settings below
ETH_BIN_PATH=../Debug_GTK2
# Tweak the following to your liking.
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index def1329c9a..a6349f5168 100644
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Test the capture engine of the Ethereal tools
+# Test the capture engine of the Wireshark tools
#
# $Id$
#
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index b21d5717a5..be718d49d7 100644
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Test the command line options of the Ethereal tools
+# Test the command line options of the Wireshark tools
#
# $Id$
#
diff --git a/test/suite-io.sh b/test/suite-io.sh
index 684e9b3ddd..f3f87adf9d 100644
--- a/test/suite-io.sh
+++ b/test/suite-io.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Test the file I/O of the Ethereal tools
+# Test the file I/O of the Wireshark tools
#
# $Id$
#
diff --git a/test/test.sh b/test/test.sh
index a1a60ee034..368a84fe1f 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Test various command line testable aspects of the Ethereal tools
+# Test various command line testable aspects of the Wireshark tools
#
# $Id$
#