Skip to content

Instantly share code, notes, and snippets.

@olavmrk
Created January 7, 2015 15:59
Show Gist options
  • Save olavmrk/f20850979e3877cb9a47 to your computer and use it in GitHub Desktop.
Save olavmrk/f20850979e3877cb9a47 to your computer and use it in GitHub Desktop.
Run wireshark with remote dump over ssh
wireshark -k -i <(ssh root@dumphost.example.org tcpdump -U -w - host somehost.example.org and port 80)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment