diff options
author | Gerald Combs <gerald@wireshark.org> | 2006-06-06 23:11:31 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2006-06-06 23:11:31 +0000 |
commit | d704554ee20bbe7057580fdcd97b7fe3f6c1213b (patch) | |
tree | 53a70937a511788c3d2435c3a38fb87d4e29ce77 /packaging | |
parent | dea7ae98beaf0dba1ce2d2abe84637c174c2ed91 (diff) | |
download | wireshark-d704554ee20bbe7057580fdcd97b7fe3f6c1213b.tar.gz wireshark-d704554ee20bbe7057580fdcd97b7fe3f6c1213b.tar.bz2 wireshark-d704554ee20bbe7057580fdcd97b7fe3f6c1213b.zip |
Ethereal -> Wireshark
svn path=/trunk/; revision=18370
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/rpm/SPECS/wireshark.spec.in | 2 | ||||
-rwxr-xr-x | packaging/svr4/checkinstall.in | 4 | ||||
-rw-r--r-- | packaging/svr4/pkginfo.in | 2 |
3 files changed, 4 insertions, 4 deletions
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" |