summaryrefslogtreecommitdiff
path: root/wiretap/README
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-22 04:07:04 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-22 04:07:04 +0000
commit90e0fb129dfc76da3cf16d3d3d0e992f875c988c (patch)
tree2f6812d177632fb1681fd6e9fad526852de03288 /wiretap/README
parent038774d5867033e1defc348cd845ba42d2827e57 (diff)
downloadwireshark-90e0fb129dfc76da3cf16d3d3d0e992f875c988c.tar.gz
Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.
svn path=/trunk/; revision=2696
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.