summaryrefslogtreecommitdiff
path: root/wiretap/README
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 /wiretap/README
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 'wiretap/README')
-rw-r--r--wiretap/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/README b/wiretap/README
index b53be11285..385d2f9382 100644
--- a/wiretap/README
+++ b/wiretap/README
@@ -5,7 +5,7 @@ libpcap, the current standard Unix library for packet capturing. Libpcap
is great in that it is very platform independent and has a wonderful
BPF optimizing engine. But it has some shortcomings as well. These
shortcomings came to a head during the development of Ethereal
-(http://www.ethereal.com/), a packet analyzer. As such, I began developing
+(http://www.wireshark.org/), a packet analyzer. As such, I began developing
wiretap so that:
1. The library can easily be amended with new packet filtering objects.