how to run wireshark over ssh
i wont to run wireshark over all my network over the firewall. i have ssh connection to the firewall and i can run tcpdump on the firewall
but i wont to run wireshark on my traffic how i can do this? i saw this guide https://kaischroed.wordpress.com/2013... but and it's not work? in wireshark i dosn't get date i run windows and run this command “C:\tools\plink.exe” -ssh [email protected] “tcpdump -s 0 -w – ‘port 8080′” | “C:\Program Files\Wireshark\Wireshark.exe” -i -k –
how i can said to wireshark Listen to Fort 8080?
thanks