Last active
April 28, 2017 02:20
-
-
Save clarkli86/253ce82f21d84e4284a87ec3b9541af8 to your computer and use it in GitHub Desktop.
tcpdump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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