Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.

svn path=/trunk/; revision=2696
This commit is contained in:
Gilbert Ramirez 2000-11-22 04:07:04 +00:00
parent 038774d586
commit 90e0fb129d
7 changed files with 11 additions and 11 deletions

2
debian/copyright vendored
View File

@ -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:

View File

@ -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);

View File

@ -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);
}

View File

@ -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);

View File

@ -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"

View File

@ -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+

View File

@ -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.