summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2000-10-08 17:16:29 +0000
committerGerald Combs <gerald@wireshark.org>2000-10-08 17:16:29 +0000
commite61373a7c1431340193651f255d9c96354bfccb7 (patch)
tree02fca3fddda3b6d6f7d22a82770ce147c161c2a1
parentf9daf4932df386800e826ed3e50215838650e0c3 (diff)
downloadwireshark-e61373a7c1431340193651f255d9c96354bfccb7.tar.gz
Change addresses from ethereal.zing.org to www.ethereal.com.
svn path=/trunk/; revision=2481
-rw-r--r--README6
-rw-r--r--README.aix4
-rw-r--r--README.win328
-rw-r--r--capture.c4
-rw-r--r--tethereal.c4
5 files changed, 13 insertions, 13 deletions
diff --git a/README b/README
index 7b2b82583b..316b378818 100644
--- a/README
+++ b/README
@@ -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
diff --git a/README.aix b/README.aix
index 6dd180b622..09bc669eb6 100644
--- a/README.aix
+++ b/README.aix
@@ -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),
diff --git a/README.win32 b/README.win32
index 927108c17a..57e18d4068 100644
--- a/README.win32
+++ b/README.win32
@@ -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
diff --git a/capture.c b/capture.c
index 8132f89c29..cd225918d5 100644
--- a/capture.c
+++ b/capture.c
@@ -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"
diff --git a/tethereal.c b/tethereal.c
index 3190fcd340..61dec0110d 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -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"