aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-06-06 23:11:31 +0000
committerGerald Combs <gerald@wireshark.org>2006-06-06 23:11:31 +0000
commitd704554ee20bbe7057580fdcd97b7fe3f6c1213b (patch)
tree53a70937a511788c3d2435c3a38fb87d4e29ce77
parentdea7ae98beaf0dba1ce2d2abe84637c174c2ed91 (diff)
Ethereal -> Wireshark
svn path=/trunk/; revision=18370
-rw-r--r--gtk/gui_utils.c2
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in2
-rwxr-xr-xpackaging/svr4/checkinstall.in4
-rw-r--r--packaging/svr4/pkginfo.in2
4 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gui_utils.c b/gtk/gui_utils.c
index 23f3239eb1..bba70067ec 100644
--- a/gtk/gui_utils.c
+++ b/gtk/gui_utils.c
@@ -99,7 +99,7 @@ static gboolean window_geom_load(const gchar *name, window_geometry_t *geom);
specified by the WM_NAME property of a window or the resource
or class name specified by the WM_CLASS property and base the
choice of icon for the window on one of those; WM_CLASS for
- Wireshark's windows has a resource name of "ethereal" and a class
+ Wireshark's windows has a resource name of "wireshark" and a class
name of "Wireshark". However, the way that's done is window-manager-
specific, and there's no way to determine what size a particular
window manager would want, so there's no way to automate this as
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index c14913a5c5..1afa6d5b44 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -22,7 +22,7 @@ Requires: libpcap openssl
Wireshark is a free network protocol analyzer for Unix and Windows. It
allows you to examine data from a live network or from a capture file
on disk. You can interactively browse the capture data, viewing summary
-and detail information for each packet. Ethereal has several powerful
+and detail information for each packet. Wireshark has several powerful
features, including a rich display filter language and the ability to
view the reconstructed stream of a TCP session.
diff --git a/packaging/svr4/checkinstall.in b/packaging/svr4/checkinstall.in
index d753fa8f08..6777fcee29 100755
--- a/packaging/svr4/checkinstall.in
+++ b/packaging/svr4/checkinstall.in
@@ -19,14 +19,14 @@ platform=`uname -p`
expected_platform="@host_cpu@"
if [ -x $GTK_CONFIG ] ; then
- # First try the GTK location that was used to build ethereal. This
+ # First try the GTK location that was used to build wireshark. This
# is probably the safest bet.
gtk_installed=`$GTK_CONFIG --version`
gtk_major_installed=`echo $gtk_installed | cut -f1 -d.`
gtk_minor_installed=`echo $gtk_installed | cut -f2 -d.`
elif gtk_installed=`gtk-config --version 2>&-`; then
# Punt!
- # If gtk-config is in the $PATH then ethereal should install fine.
+ # If gtk-config is in the $PATH then wireshark should install fine.
# Some modifications to $LD_LIBRARY_PATH (or non Solaris equivalent)
# may be required by the user. Should there be a warning here?
gtk_major_installed=`echo $gtk_installed | cut -f1 -d.`
diff --git a/packaging/svr4/pkginfo.in b/packaging/svr4/pkginfo.in
index d866224c31..eeffc13055 100644
--- a/packaging/svr4/pkginfo.in
+++ b/packaging/svr4/pkginfo.in
@@ -5,7 +5,7 @@ ARCH="@host_cpu@"
CLASSES="none"
CATEGORY="application,network"
DESC="A GUI network protocol analyzer"
-VENDOR="Ethereal Development Team"
+VENDOR="Wireshark Development Team"
PSTAMP="2000-07-16"
EMAIL="gerald@wireshark.org"
ISTATES="S s 1 2 3"