diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-02 07:37:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:14 +0700 |
commit | d307482fe0e38020f0cc04baea2a2077a5ff5feb (patch) | |
tree | 4b86002b840ca08a29e54b4bc1b57931c62597af /network/wireshark/README | |
parent | e5127021a37935871aacbd31497c73342e0d8e3f (diff) |
network/wireshark: Updated for version 3.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wireshark/README')
-rw-r--r-- | network/wireshark/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/wireshark/README b/network/wireshark/README index 6214c771c0963..65c3490f7466a 100644 --- a/network/wireshark/README +++ b/network/wireshark/README @@ -9,7 +9,7 @@ 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 Qt5 widget toolkit. Its powerful features make it the tool of choice for network troubleshooting, protocol development, and education worldwide. @@ -25,13 +25,14 @@ when upgrading). Optional dependencies: - c-ares -- portaudio - krb5 +- nghttp2 - spandsp - snappy - lz4 +- libsmi -NOTE: Wireshark 2.6 is the last release to support the legacy GTK-based UI. +NOTE: Wireshark 3.0 no longer support legacy GTK+ UI. NOTE: Although lua is listed as a requirement, it's possible to build using lua52. This may be needed for some third-party Lua plugins (but, |