summaryrefslogtreecommitdiff
path: root/test/README.test
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-17 11:49:03 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-17 11:49:03 +0000
commit25c3f0a10759b90def163e9a74945c27c82aa42b (patch)
tree361c16a585d759a78ce0f0b5aa182543040f5ad4 /test/README.test
parent85f49f1d4919fb2fbcafd374863ba9528ede9aef (diff)
downloadwireshark-25c3f0a10759b90def163e9a74945c27c82aa42b.tar.gz
ethereal to wireshark conversion
svn path=/trunk/; revision=18495
Diffstat (limited to 'test/README.test')
-rw-r--r--test/README.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/README.test b/test/README.test
index 4dfcf2b81f..ce50e18e58 100644
--- a/test/README.test
+++ b/test/README.test
@@ -6,14 +6,14 @@ What is it?
-----------
This is basically a collection of bash scripts to test the command line options of:
- - Ethereal
+ - Wireshark
- TShark
- Dumpcap
Motivation
----------
-The command line options of Ethereal and the companion command line tools are
+The command line options of Wireshark and the companion command line tools are
numerous. This makes it hard to find newly introduced bugs doing manual testing
(try and error) with source code changes.
@@ -38,7 +38,7 @@ Prerequisites
What you'll need (to do):
- THE LATEST DEVELOPER BUILDS (the 0.10.13 release won't work)!
- - obviously, compile the programs (ethereal, ...) to be tested
+ - obviously, compile the programs (wireshark, ...) to be tested
- have a bash (cygwin should do well)
- you'll need a network interface with some network traffic
(so you can run the capture tests)