Skip to content

Instantly share code, notes, and snippets.

@serkanh
Last active October 20, 2016 14:40
Show Gist options
  • Save serkanh/7c537d37964ff032241993078e9788af to your computer and use it in GitHub Desktop.
Save serkanh/7c537d37964ff032241993078e9788af to your computer and use it in GitHub Desktop.
use local wireshark ui for remote capture via ssh
wireshark -k -i <( ssh dest-host sudo /usr/sbin/tcpdump -i eth0 -w - )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment