aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/README
diff options
context:
space:
mode:
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.