Skip to content

Instantly share code, notes, and snippets.

@andrewvmail
Created May 10, 2018 08:43
Show Gist options
  • Save andrewvmail/bc7147d15c8caaf8bf8a010f920d1482 to your computer and use it in GitHub Desktop.
Save andrewvmail/bc7147d15c8caaf8bf8a010f920d1482 to your computer and use it in GitHub Desktop.

wireshark a remote server (kamailio troubleshooting)
ssh root@ipaddr 'tcpdump -i eth0 -w - -p -n port not 22' | wireshark -k -i -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment