вторник, 20 ноября 2018 г.

Redirect tcpdump from linux to Wireshark on Windows

plink.exe -ssh <user>@<linux-host> "sudo tcpdump -nnieth1 -s65535 -w -" | "c:\Program Files\Wireshark\Wireshark.exe" -k -i -
Tcpdump switch '-U' (--packet-buffered) may be useful to disable packet buffering and thus speed up data transfer to wireshark.

Useful info:
http://danielflannery.ie/running-wireshark-over-ssh-windows/

Комментариев нет:

Отправить комментарий