Wireshark-Tricks.md
· 112 B · Markdown
Raw
# Capturing packets on remote host
```
ssh user@remote-host 'sudo tcpdump -i any -w -' | wireshark -k -i -
```
Capturing packets on remote host
ssh user@remote-host 'sudo tcpdump -i any -w -' | wireshark -k -i -