Change addresses from ethereal.zing.org to www.ethereal.com.

svn path=/trunk/; revision=2481
This commit is contained in:
Gerald Combs 2000-10-08 17:16:29 +00:00
parent f9daf4932d
commit e61373a7c1
5 changed files with 13 additions and 13 deletions

6
README
View File

@ -1,4 +1,4 @@
$Id: README,v 1.44 2000/09/21 04:41:05 gram Exp $
$Id: README,v 1.45 2000/10/08 17:16:29 gerald Exp $
General Information
------- -----------
@ -17,11 +17,11 @@ from the capture.
The official home of Ethereal is
http://ethereal.zing.org
http://www.ethereal.com
The latest distribution can be found in the subdirectory
http://ethereal.zing.org/distribution
http://www.ethereal.com/distribution
Installation

View File

@ -1,8 +1,8 @@
$Id: README.aix,v 1.3 2000/02/19 21:58:39 guy Exp $
$Id: README.aix,v 1.4 2000/10/08 17:16:29 gerald Exp $
After much work and toil, Craig Rodrigues was able to compile libpcap
and Ethereal on AIX 4.3.2. His odyssey is document in various e-mails
at http://ethereal.zing.org/lists/ethereal-dev/199911/
at http://www.ethereal.com/lists/ethereal-dev/199911/
Here are a few excerpts. Note that, to configure "libpcap" to use DLPI
rather than BPF (which it'll apparently use by default on AIX),

View File

@ -1,4 +1,4 @@
$Id: README.win32,v 1.14 2000/09/29 06:30:31 guy Exp $
$Id: README.win32,v 1.15 2000/10/08 17:16:29 gerald Exp $
Running Ethereal, Tethereal, and Editcap on Win32
=================================================
@ -6,7 +6,7 @@ You need the glib and gtk libraries for running Ethereal.
These packages for win32 can be found at:
http://ethereal.zing.org/distribution/win32
http://www.ethereal.com/distribution/win32
and at the home page for the GTK+ for Win32 project:
@ -25,7 +25,7 @@ glib-*.dll, gmodule-*.dll, gdk-*.dll, and gnu-intl.dll. As of the
The Win32 Binary distribution, available from
http://ethereal.zing.org/distribution/win32
http://www.ethereal.com/distribution/win32
used different version of the GTK+/GLIB libraries at different points
in time:
@ -41,7 +41,7 @@ Capturing Packets
-----------------
Remember, if using the the Win32 Binary distribution, available from
http://ethereal.zing.org/distribution/win32
http://www.ethereal.com/distribution/win32
there are two separate packages, one with non-capturing tools, and
one with capturing tools. Install the appropriate package. The

View File

@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
* $Id: capture.c,v 1.127 2000/09/21 04:41:06 gram Exp $
* $Id: capture.c,v 1.128 2000/10/08 17:16:29 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -1132,7 +1132,7 @@ capture(void)
"Ethereal may not be able to capture packets.\n"
"\n"
"To fix this, you will need to download the source to Ethereal\n"
"from ethereal.zing.org if you have not already done so, read\n"
"from www.ethereal.com if you have not already done so, read\n"
"the instructions in the \"README.hpux\" file in the source\n"
"distribution, download the source to libpcap if you have not\n"
"already done so, patch libpcap as per the instructions, rebuild\n"

View File

@ -1,6 +1,6 @@
/* tethereal.c
*
* $Id: tethereal.c,v 1.49 2000/10/06 10:10:50 gram Exp $
* $Id: tethereal.c,v 1.50 2000/10/08 17:16:29 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -572,7 +572,7 @@ capture(int packet_count, int out_file_type)
"Tethereal may not be able to capture packets.\n"
"\n"
"To fix this, you will need to download the source to Tethereal\n"
"from ethereal.zing.org if you have not already done so, read\n"
"from www.ethereal.com if you have not already done so, read\n"
"the instructions in the \"README.hpux\" file in the source\n"
"distribution, download the source to libpcap if you have not\n"
"already done so, patch libpcap as per the instructions, rebuild\n"