Pipe tcpdump trafic into Wireshark from a remote server
Date: 2015-02-16
tags: Linux, Network
This command will allow you to pipe trafic generated by tcpdump on a remote machine into Wireshark running on your local machine:
ssh root@dest tcpdump -U -s0 -w - 'tcp port 389' | wireshark -k -i -