Skip to content

Instantly share code, notes, and snippets.

@clarkli86
Last active April 28, 2017 02:20
Show Gist options
  • Save clarkli86/253ce82f21d84e4284a87ec3b9541af8 to your computer and use it in GitHub Desktop.
Save clarkli86/253ce82f21d84e4284a87ec3b9541af8 to your computer and use it in GitHub Desktop.
tcpdump
# Dump tx
sudo tcpdump -npi cw-mon-tx -s0 -w /mnt/ubi/test_tx.pcap &
# Dump received TCI messages
sudo tcpdump -n udp dst portrange 13001 -vv -w
tcpdump -npi eth0 -vv -w /mnt/src/tci-$(date +%s).pcap udp dst portrange 13001 &
tcpdump -npi cw-mon-tx -vv -w /mnt/src/tx-$(date +%s).pcap &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment