diff --git a/net-analyzer/wireshark/wireshark-4.0.1.recipe b/net-analyzer/wireshark/wireshark-4.0.1.recipe index 74bedf8cc..17cec1797 100644 --- a/net-analyzer/wireshark/wireshark-4.0.1.recipe +++ b/net-analyzer/wireshark/wireshark-4.0.1.recipe @@ -1,8 +1,11 @@ SUMMARY="A network protocol analyzer formerly known as ethereal" +SUMMARY_gui="A GUI for the network protocol analyzer Wireshark" DESCRIPTION="Wireshark is a network traffic analyzer, or \"sniffer\", for Unix \ and Unix-like operating systems. It uses Qt, a graphical user interface \ library, and libpcap, a packet capture and filtering library. +The graphical user interface (GUI) is available as a separate package. + The Wireshark distribution also comes with TShark, which is a \ line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the \ same dissection, capture-file reading and writing, and packet filtering \ @@ -10,6 +13,12 @@ code as Wireshark, and with editcap, which is a program to read capture \ files and write the packets from that capture file, possibly in a \ different capture file format, and with some packets possibly removed \ from the capture." +DESCRIPTION_gui="This is the graphical user interface for Wireshark, which is available as a \ +separate package. + +Wireshark is a network traffic analyzer, or \"sniffer\", for Unix \ +and Unix-like operating systems. It uses Qt, a graphical user interface \ +library, and libpcap, a packet capture and filtering library." HOMEPAGE="https://www.wireshark.org" COPYRIGHT="1998-2022 Gerald Combs" LICENSE="GNU GPL v2"