jsecurity101/Marvel-Lab

Wireshark

jsecurity101 opened this issue · 1 comments

Wireshark is currently installed via Chocolatey. This version isn't working correctly. Need to pull from Wireshark directly and update ps1 script accordingly.

Problem fixed. Went with this - choco install -y --limit-output --no-progress wireshark winpcap #command borrowed from - https://github.com/clong/DetectionLab/blob/6525456492bc311c3ae061adb854691f424e4ba7/Vagrant/scripts/install-choco-extras.ps1#L13

Was going to do this - Wireshark-win64-wireshark-2.0.5.exe /NCRC /S /desktopicon=yes /quicklaunchicon=no from https://www.wireshark.org/docs/wsug_html_chunked/ChBuildInstallWinInstall.html. Some reason that wasn't capturing interfaces. Hm - weird.