summaryrefslogtreecommitdiff
path: root/doc/README.regression
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 19:12:15 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 19:12:15 +0000
commiteb71f7fb96f883b748536eecde9f6f49eedbcfee (patch)
treee686fde4e5609ee0ed12778fccbded159b386785 /doc/README.regression
parent2fd928645b5aa69feb967d00f8604b98ed0dc237 (diff)
downloadwireshark-eb71f7fb96f883b748536eecde9f6f49eedbcfee.tar.gz
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 'doc/README.regression')
-rw-r--r--doc/README.regression6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.regression b/doc/README.regression
index e21365f60d..26ff7e8e52 100644
--- a/doc/README.regression
+++ b/doc/README.regression
@@ -1,10 +1,10 @@
#
-# Ethereal/TShark Regression Testing
+# Wireshark/TShark Regression Testing
#
# $Id$
#
# This is a sample Makefile for regression testing of the
-# Ethereal engine. These tests use that uses 'tshark -V' to analyze all
+# Wireshark engine. These tests use that uses 'tshark -V' to analyze all
# the frames of a capture file.
#
# You should probably rename this file as 'Makefile' in a separate directory
@@ -33,7 +33,7 @@
# 'make accept' Accept current tests; make them the reference test results
# 'make clean' Cleans any tests (but not references!)
-TSHARK=/home/gram/prj/ethereal/debug/linux-ix86/tshark
+TSHARK=/home/gram/prj/wireshark/debug/linux-ix86/tshark
CAPTURE_DIR=/home/gram/prj/sniff