aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
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
parent2fd928645b5aa69feb967d00f8604b98ed0dc237 (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 'wiretap')
-rw-r--r--wiretap/AUTHORS2
-rw-r--r--wiretap/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/AUTHORS b/wiretap/AUTHORS
index 3e0aec509d..7f8cf529e6 100644
--- a/wiretap/AUTHORS
+++ b/wiretap/AUTHORS
@@ -3,7 +3,7 @@ Authors
Gilbert Ramirez <gram[AT]alumni.rice.edu>
Guy Harris <guy[AT]alum.mit.edu>
Olivier Abad <oabad[AT]noos.fr>
-Gerald Combs <gerald[AT]ethereal.com>
+Gerald Combs <gerald[AT]wireshark.org>
Joerg Mayer <jmayer[AT]loplof.de>
Tim Farley <tfarley[AT]iss.net>
Bert Driehuis <driehuis[AT]playbeing.org>
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.