SmartFinn / eve-ng-integration

integrates EVE-NG (aka UNetLab) with Linux desktop
http://git.io/eve-ng-integration
MIT License
322 stars 117 forks source link

Wireshark: do not use SSH when Eve-NG is running on localhost #54

Closed jmdilly closed 1 year ago

jmdilly commented 1 year ago

It is sometime usefull to build a all-in-one bundled VM with Eve-NG and GUI for small and portable labs.

In that case, it is handy not to transport captured traffic over a local SSH tunnel but to directly ask Wireshark to listen to the local network interface.

This PR addresses that use case.