diff options
author | Sam James <sam@gentoo.org> | 2022-09-16 02:47:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-16 02:47:03 +0100 |
commit | 0f8a13ebe53b06a6eb7bff496ab344e9a24121e9 (patch) | |
tree | 3cb1440cfd84aba5e5e46fedd85398de2cb9377a /net-analyzer | |
parent | dev-lang/rust: fix minor qa issues (diff) | |
download | gentoo-0f8a13ebe53b06a6eb7bff496ab344e9a24121e9.tar.gz gentoo-0f8a13ebe53b06a6eb7bff496ab344e9a24121e9.tar.bz2 gentoo-0f8a13ebe53b06a6eb7bff496ab344e9a24121e9.zip |
net-analyzer/wireshark: describe USE=qt6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index eb55f5b7f3ea..ceb09bd64731 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -52,6 +52,7 @@ <flag name="pcap">Use <pkg>net-libs/libpcap</pkg> for network packet capturing (build dumpcap, rawshark)</flag> <flag name="plugin-ifdemo">Install plugin interface demo</flag> <flag name="plugins">Install plugins</flag> + <flag name="qt6">Build with Qt6 support instead of the default Qt5 for GUI support</flag> <flag name="randpkt">Install randpkt, a utility for creating pcap trace files full of random packets</flag> <flag name="randpktdump">Install randpktdump, an extcap interface to provide access to the random packet generator (randpkt)</flag> <flag name="reordercap">Install reordercap, to reorder input file by timestamp into output file</flag> |