aboutsummaryrefslogtreecommitdiffstats
path: root/README.irix
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-10 09:54:44 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-10 09:54:44 +0000
commitef72fa4de81fd69d2c9bcdd94fafe034c68831e4 (patch)
treef2ea8d4e5fc9dfa6071cb598f7856af4ef360f9e /README.irix
parent627b763e0c8cb5843acac111a8d5e09cdd700dcc (diff)
Fix up the "ethereal-dev" address to refer to "ethereal.com" rather than
"zing.org". (We leave addresses in header lines in included mail messages alone.) svn path=/trunk/; revision=2858
Diffstat (limited to 'README.irix')
-rw-r--r--README.irix8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.irix b/README.irix
index 5f21cfa241..cbd4cd190c 100644
--- a/README.irix
+++ b/README.irix
@@ -1,4 +1,4 @@
-$Id: README.irix,v 1.3 2000/04/29 08:45:39 guy Exp $
+$Id: README.irix,v 1.4 2001/01/10 09:54:44 guy Exp $
1. Some problems seen by one person who tried to build Ethereal on IRIX;
your mileage may vary.
@@ -125,9 +125,9 @@ packet is captured, will not work.
Here is a patch to libpcap 0.4 source that should fix that problem. If
it doesn't fix the problem, or if it reduces the snapshot length below
the MTU (so that a snapshot length of 65535 doesn't capture all the data
-in the packets), please report this to ethereal-dev@zing.org, so that
-we know that it didn't work - we'll probably send you debugging patches
-in the hopes of being able to make it work.
+in the packets), please report this to ethereal-dev@ethereal.com, so
+that we know that it didn't work - we'll probably send you debugging
+patches in the hopes of being able to make it work.
diff -c ../libpcap-0.4/pcap-snoop.c ./pcap-snoop.c
*** ../libpcap-0.4/pcap-snoop.c Tue Apr 8 21:07:01 1997