mkevenaar / chocolatey-packages

My chocolatey packages
https://mkevenaar.github.io/chocolatey-packages/
Apache License 2.0
42 stars 70 forks source link

(Wireshark) allow installation of plugins #31

Open hobgoblinsmaster opened 4 years ago

hobgoblinsmaster commented 4 years ago

Wireshark package lacks ability to install additional plugins like ciscodump / randpkt / sshdump

Expected Behavior

ciscodump, randpkt, sshdump should be installed or we should be able to select them on install

Current Behavior

Those plugins are not installed.

Possible Solution

Steps to Reproduce (for bugs)

choco install wireshark

Context

My primary goal is to be able to use sshdump to make remote captures.

Your Environment

mkevenaar commented 4 years ago

@hobgoblinsmaster thanks for creating this issue.

hobgoblinsmaster commented 4 years ago

I tested to copy all .exe files from the upstream install package (Wireshark-win64-3.0.4.exe), they seams to work as expected (tested randpktdump and sshdump). If it can help…

SilmorSenedlen commented 2 years ago

Wireshark package lacks ability to install additional plugins like ciscodump / randpkt / sshdump

It's work with installer option "/EXTRACOMPONENTS"

Example: choco install wireshark -y --ia=/EXTRACOMPONENTS=androiddump,ciscodump,etwdump,randpktdump,sshdump,udpdump

For ChocolateyGUI possible installer flags should be added to description section of package.