summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-12-12 23:07:44 +0100
committerJeroen Roovers <jer@gentoo.org>2017-12-12 23:08:10 +0100
commit1d621227a4a9c8e6cbab85712ad3cd35810faef5 (patch)
treecf1e3f273161624b77bb5a3d0dfd4c5e48120788 /net-analyzer
parentwww-plugins/adobe-flash: Old. (diff)
downloadgentoo-1d621227a4a9c8e6cbab85712ad3cd35810faef5.tar.gz
gentoo-1d621227a4a9c8e6cbab85712ad3cd35810faef5.tar.bz2
gentoo-1d621227a4a9c8e6cbab85712ad3cd35810faef5.zip
net-analyzer/wireshark: Add USE=lz4.
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/metadata.xml1
-rw-r--r--net-analyzer/wireshark/wireshark-2.4.3.ebuild4
2 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml
index 2297d39cd5df..1dcbdb4e4770 100644
--- a/net-analyzer/wireshark/metadata.xml
+++ b/net-analyzer/wireshark/metadata.xml
@@ -40,6 +40,7 @@
<flag name="editcap">Install editcap, to edit and/or translate the format of capture files</flag>
<flag name="libssh">Use <pkg>net-libs/libssh</pkg> (for sshdump)</flag>
<flag name="libxml2">Use <pkg>dev-libs/libxml2</pkg> for handling XML configuration in dissectors</flag>
+ <flag name="lz4">Use <pkg>app-arch/lz4</pkg> for compression/decompression</flag>
<flag name="mergecap">Install mergecap, to merge two or more capture files into one</flag>
<flag name="netlink">Use <pkg>dev-libs/libnl</pkg></flag>
<flag name="nghttp2">Use <pkg>net-libs/nghttp2</pkg> for HTTP/2 support</flag>
diff --git a/net-analyzer/wireshark/wireshark-2.4.3.ebuild b/net-analyzer/wireshark/wireshark-2.4.3.ebuild
index 1e04b00a0180..5fbf5cfe70b6 100644
--- a/net-analyzer/wireshark/wireshark-2.4.3.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.4.3.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="
adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2
+dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 lua
- +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump
+ lz4 +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump
+reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap
tfshark +tshark +udpdump zlib
"
@@ -42,6 +42,7 @@ CDEPEND="
libssh? ( >=net-libs/libssh-0.6 )
libxml2? ( dev-libs/libxml2 )
lua? ( >=dev-lang/lua-5.1:* )
+ lz4? ( app-arch/lz4 )
nghttp2? ( net-libs/nghttp2 )
pcap? ( net-libs/libpcap )
portaudio? ( media-libs/portaudio )
@@ -170,6 +171,7 @@ src_configure() {
$(use_with libssh) \
$(use_with libxml2) \
$(use_with lua) \
+ $(use_with lz4) \
$(use_with nghttp2) \
$(use_with pcap) \
$(use_with portaudio) \