6
6

More than 5 years have passed since last update.

Windows の Wireshark から Linux のホストをリモートキャプチャー

Posted at

plink 経由でリモートホストで tcpdump を実行し、-w の出力先を標準出力(-) にして Wireshark にパイプします。

plink ore@192.168.0.123 sudo tcpdump -nn -U -i eth0 -s 0 -w - not port 22 | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -

参考

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6