aboutsummaryrefslogtreecommitdiffstats
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
parent038774d5867033e1defc348cd845ba42d2827e57 (diff)
Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.
svn path=/trunk/; revision=2696
-rw-r--r--debian/copyright2
-rw-r--r--gtk/help_dlg.c4
-rw-r--r--gtk/main.c4
-rw-r--r--gtk/proto_draw.c4
-rw-r--r--image/ethereal.rc2
-rw-r--r--packaging/rpm/ethereal.spec.in2
-rw-r--r--wiretap/README4
7 files changed, 11 insertions, 11 deletions
diff --git a/debian/copyright b/debian/copyright
index 2f441c6fe2..7077d114b2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
This package was debianized by Frederic Peters <fpeters@debian.org> on
Sun, 13 Sep 1998 23:05:47 +0200
-It was downloaded from http://ethereal.zing.org/distribution/
+It was downloaded from http://www.ethereal.com/distribution/
Copyright:
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 3e8ccb2cbd..aa18ca99e9 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -1,6 +1,6 @@
/* help_dlg.c
*
- * $Id: help_dlg.c,v 1.11 2000/09/09 15:00:36 deniel Exp $
+ * $Id: help_dlg.c,v 1.12 2000/11/22 04:07:00 gram Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
@@ -417,7 +417,7 @@ static void clear_help_text(GtkWidget *w)
gtk_text_set_point(txt, 0);
/* Keep GTK+ 1.2.3 through 1.2.6 from dumping core - see
- http://ethereal.zing.org/lists/ethereal-dev/199912/msg00312.html and
+ http://www.ethereal.com/lists/ethereal-dev/199912/msg00312.html and
http://www.gnome.org/mailing-lists/archives/gtk-devel-list/1999-October/0051.shtml
for more information */
gtk_adjustment_set_value(txt->vadj, 0.0);
diff --git a/gtk/main.c b/gtk/main.c
index c11008c4de..9d2e4d84a4 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1,6 +1,6 @@
/* main.c
*
- * $Id: main.c,v 1.165 2000/11/21 23:54:09 guy Exp $
+ * $Id: main.c,v 1.166 2000/11/22 04:07:00 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -154,7 +154,7 @@ about_ethereal( GtkWidget *w, gpointer data ) {
"Check the man page for complete documentation and\n"
"for the list of contributors.\n"
- "\nSee http://ethereal.zing.org/ for more information.",
+ "\nSee http://www.ethereal.com/ for more information.",
comp_info_str);
}
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index 65c5e2a150..fc892716ee 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -1,7 +1,7 @@
/* proto_draw.c
* Routines for GTK+ packet display
*
- * $Id: proto_draw.c,v 1.22 2000/10/20 04:26:40 gram Exp $
+ * $Id: proto_draw.c,v 1.23 2000/11/22 04:07:00 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -126,7 +126,7 @@ packet_hex_print(GtkText *bv, guint8 *pd, frame_data *fd, field_info *finfo)
/* Clear out the text */
gtk_text_set_point(bv, 0);
/* Keep GTK+ 1.2.3 through 1.2.6 from dumping core - see
- http://ethereal.zing.org/lists/ethereal-dev/199912/msg00312.html and
+ http://www.ethereal.com/lists/ethereal-dev/199912/msg00312.html and
http://www.gnome.org/mailing-lists/archives/gtk-devel-list/1999-October/0051.shtml
for more information */
gtk_adjustment_set_value(bv->vadj, 0.0);
diff --git a/image/ethereal.rc b/image/ethereal.rc
index de4be92efa..204c0727e3 100644
--- a/image/ethereal.rc
+++ b/image/ethereal.rc
@@ -19,7 +19,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Ethereal developer community, http://ethereal.zing.org\0"
+ VALUE "CompanyName", "The Ethereal developer community, http://www.ethereal.com/\0"
VALUE "FileDescription", "Ethereal\0"
VALUE "FileVersion", "0.8.14\0"
VALUE "InternalName", "Ethereal 0.8.14\0"
diff --git a/packaging/rpm/ethereal.spec.in b/packaging/rpm/ethereal.spec.in
index d8c68c03a0..fd590b2ced 100644
--- a/packaging/rpm/ethereal.spec.in
+++ b/packaging/rpm/ethereal.spec.in
@@ -10,7 +10,7 @@ Release: %rel
Copyright: GPL
Group: Networking/Utilities
Source: ethereal-%{PACKAGE_VERSION}.tar.gz
-URL: http://ethereal.zing.org/
+URL: http://www.ethereal.com/
BuildRoot: /tmp/ethereal-%{PACKAGE_VERSION}-root
Packager: FastJack <fastjack@i-s-o.net>
Requires: gtk+
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.