Skip to content

Instantly share code, notes, and snippets.

@FrankSpierings
Last active April 29, 2018 10:05
Show Gist options
  • Save FrankSpierings/5a383801235d7718abeb2c4c2f517dcc to your computer and use it in GitHub Desktop.
Save FrankSpierings/5a383801235d7718abeb2c4c2f517dcc to your computer and use it in GitHub Desktop.
Wireshark over ssh

Wireshark over SSH

X11Forwarding (slow)

ssh username@servername -Y wireshark

Remote capture - packet forwarding (fast)

ssh username@servername "tcpdump -l -s0 -w -" | wireshark -k -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment