summaryrefslogtreecommitdiff
path: root/wiretap/README
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/README')
-rw-r--r--wiretap/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/README b/wiretap/README
index 174968be82..f8f8cc07ee 100644
--- a/wiretap/README
+++ b/wiretap/README
@@ -1,11 +1,11 @@
-$Id: README,v 1.25 2000/09/20 12:09:52 gram Exp $
+$Id: README,v 1.26 2000/11/22 04:07:04 gram Exp $
Wiretap is a library that is being developed as a future replacement for
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://ethereal.zing.org), a packet analyzer. As such, I began developing
+(http://www.ethereal.com/), a packet analyzer. As such, I began developing
wiretap so that:
1. The library can easily be amended with new packet filtering objects.