[Lunar-commits] r22057 - in moonbase/trunk/net: . wireshark
Auke Kok
sofar at lunar-linux.org
Sun Nov 5 00:37:35 CET 2006
Author: sofar
Date: 2006-11-05 00:37:35 +0100 (Sun, 05 Nov 2006)
New Revision: 22057
Added:
moonbase/trunk/net/wireshark/
Removed:
moonbase/trunk/net/ethereal/
Modified:
moonbase/trunk/net/wireshark/BUILD
moonbase/trunk/net/wireshark/DETAILS
Log:
Rename ethereal to wireshark, maintaining log history with the rename.
Copied: moonbase/trunk/net/wireshark (from rev 22036, moonbase/trunk/net/ethereal)
Modified: moonbase/trunk/net/wireshark/BUILD
===================================================================
--- moonbase/trunk/net/ethereal/BUILD 2006-11-03 00:44:58 UTC (rev 22036)
+++ moonbase/trunk/net/wireshark/BUILD 2006-11-04 23:37:35 UTC (rev 22057)
@@ -1,7 +1,7 @@
(
OPTS="$OPTS --enable-gtk2 --enable-usr-local=no --enable-randpkt"
-
+
default_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/net/wireshark/DETAILS
===================================================================
--- moonbase/trunk/net/ethereal/DETAILS 2006-11-03 00:44:58 UTC (rev 22036)
+++ moonbase/trunk/net/wireshark/DETAILS 2006-11-04 23:37:35 UTC (rev 22057)
@@ -1,18 +1,18 @@
- MODULE=ethereal
- VERSION=0.99.0
+ MODULE=wireshark
+ VERSION=0.99.4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.ethereal.com/distribution/
- SOURCE_VFY=sha1:a5a824ed3b4d0c5511441cc924e8333a8628bc7a
- WEB_SITE=http://www.ethereal.com
- ENTERED=20020116
- UPDATED=20060425
- SHORT="Ethereal is a network protocol analyzer"
+ SOURCE_URL=http://www.wireshark.org/download/src/
+ SOURCE_VFY=sha1:9c4f4bb214dad25f27e3ab346bf74701f9798f1e
+ WEB_SITE=http://www.wireshark.org
+ ENTERED=20061104
+ UPDATED=20061104
+ SHORT="a network protocol analyzer"
cat << EOF
-Ethereal 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 features, including a rich display filter language and the
-ability to view the reconstructed stream of a TCP session.
+Ethereal^UWireshark 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. Wireshark has
+several powerful features, including a rich display filter language
+and the ability to view the reconstructed stream of a TCP session.
EOF
More information about the Lunar-commits
mailing list