Skip to content

Instantly share code, notes, and snippets.

@sebw
Last active May 3, 2019 07:56
Show Gist options
  • Save sebw/d50b5788102c6067c8a20350ecb56cd7 to your computer and use it in GitHub Desktop.
Save sebw/d50b5788102c6067c8a20350ecb56cd7 to your computer and use it in GitHub Desktop.
display remote tcpdump output in wireshark
ssh root@server tcpdump -nni eth0 -U -s0 -w - 'tcp port 389' | sudo wireshark-gtk -k -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment