Skip to content

Two ways to make tcpdump work together with Wireshark

Capture and open with wireshark

tcpdump -w a.pcap

Using ssh and pipe

ssh some.remote.host tcpdump -pni any -w - -s0 -U port 8888 | wireshark -k -i

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.me, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No privacy information is collected here
Try iOS App