Using tcpdump for capture SIP packets July 25, 2016arstech Leave a Comment How to capture SIP packets with tcpdump (example) tcpdump -nt -s 0 -A -i eth0 port 5060 -w call.cap Tcpdump will create file call.cap Capture DHCP requests with tcpdump