Skip to content

Instantly share code, notes, and snippets.

@fagnersilva
Created March 28, 2016 19:31
Show Gist options
  • Save fagnersilva/e8cf89a7a1d605f5d3a5 to your computer and use it in GitHub Desktop.
Save fagnersilva/e8cf89a7a1d605f5d3a5 to your computer and use it in GitHub Desktop.
tcpdump-udp
tcpdump -w - -p -n -s 0 udp > /tmp/capture-asterisk.pcap
-w = output file
-p = dont start in promiscuous mode
-n = no name resolution
-s 0 = full frame, not only first bytes
udp = only capture udp packets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment