Wireshark-dev: [Wireshark-dev] Install Wireshark using chocolatey

From: Enrique Prados Valiente <enrique.prados@xxxxxxxxxxxxxx>
Date: Wed, 8 Mar 2023 18:56:35 +0000
How-to Install Wireshark using chocolatey?

wireshark dependencies like winpcap or nmap ?
choco install --yes nmap
:: wireshark requires a pcap for capturing; nmap comes with npcap which fulfills this dependency
:: see:
:: - https://chocolatey.org/packages/wireshark
:: - https://chocolatey.org/packages/win10pcap
:: - https://chocolatey.org/packages/WinPcap
:: - https://chocolatey.org/packages/nmap
choco install --yes wireshark
 greetings