summaryrefslogtreecommitdiffstats
path: root/network/wireshark
diff options
context:
space:
mode:
Diffstat (limited to 'network/wireshark')
-rw-r--r--network/wireshark/README23
-rw-r--r--network/wireshark/slack-desc4
-rw-r--r--network/wireshark/wireshark.SlackBuild4
-rw-r--r--network/wireshark/wireshark.info8
4 files changed, 19 insertions, 20 deletions
diff --git a/network/wireshark/README b/network/wireshark/README
index f275d52cc5..f2ee8364d7 100644
--- a/network/wireshark/README
+++ b/network/wireshark/README
@@ -1,20 +1,19 @@
-Wireshark (aka Ethereal) is a free packet sniffer computer application. It is
-used for network troubleshooting, analysis, software and communications
-protocol development, and education. In June 2006 the project was
-renamed from Ethereal due to trademark issues.
+Wireshark (aka Ethereal) is a free packet sniffer computer application. It
+is used for network troubleshooting, analysis, software and communications
+protocol development, and education. In June 2006, the project was renamed
+from Ethereal due to trademark issues.
The functionality Wireshark provides is very similar to tcpdump, but it has
-a graphical front-end, and many more information sorting and filtering
-options. It allows the user to see all traffic being passed over the network
+a graphical front-end and many more information sorting and filtering
+options. It allows the user to see all traffic being passed over the network
(usually an Ethernet network but support is being added for others) by
putting the network interface into promiscuous mode.
-Wireshark uses the cross-platform GTK+ widget toolkit. Its powerful features
+Wireshark uses the cross-platform GTK+ widget toolkit. Its powerful features
make it the tool of choice for network troubleshooting, protocol development,
and education worldwide.
-If you use a filesystem that supports posix capabilities, an easy way to start
-wireshark as normal user, while still providing it with all the access
-permissions it requires, is by issuing the following command:
-
- setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
+If you use a filesystem that supports posix capabilities, an easy way to
+start wireshark as a normal user, while still providing it with all of the
+access permissions it requires, is by issuing the following command:
+ $ setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
diff --git a/network/wireshark/slack-desc b/network/wireshark/slack-desc
index d0c9958147..d6f50ca17d 100644
--- a/network/wireshark/slack-desc
+++ b/network/wireshark/slack-desc
@@ -9,10 +9,10 @@
wireshark: WireShark (packet sniffer and protocol analyzer)
wireshark:
wireshark: Wireshark (aka Ethereal) is a free packet sniffer computer
-wireshark: application. It is used for network troubleshooting, analysis,
+wireshark: application. It is used for network troubleshooting, analysis,
wireshark: software and communications, protocol development and education.
wireshark:
-wireshark: Wireshark uses the cross-platform GTK+ widget toolkit. Its
+wireshark: Wireshark uses the cross-platform GTK+ widget toolkit. Its
wireshark: powerful features make it the tool of choice for network
wireshark: troubleshooting, protocol development, and education worldwide.
wireshark:
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index e5a489af50..29ee5459d1 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for wireshark
-# Copyright 2008-2010 Michiel van Wessem, Manchester, United Kingdom
+# Copyright 2008-2011 Michiel van Wessem, Manchester, United Kingdom
# Originally written by Jick Nan (jick.nan@gmail.com)
# All rights reserved.
#
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wireshark
-VERSION=${VERSION:-1.4.4}
+VERSION=${VERSION:-1.4.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 4581f3d95c..f73a9a9216 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,10 +1,10 @@
PRGNAM="wireshark"
-VERSION="1.4.4"
+VERSION="1.4.6"
HOMEPAGE="http://www.wireshark.org/"
-DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-1.4.4.tar.bz2"
-MD5SUM="11ce019d85d9822597b163ce5b4da858"
+DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-1.4.6.tar.bz2"
+MD5SUM="fd301004ebc5fac8e56c2f0d4ef6173f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org"
-APPROVED="Niels Horn"
+APPROVED="rworkman"