- Tcpdump is a command-line packet analyzer, It has a lot of cool features to capture the network traffic. Let’s see the command to capture the SIP and RTP traffic using the Tcpdump.
Capturing only SIP traffic using the Tcpdump:
tcpdump -i any -n -s 0 port 5060 -vvv -w /tmp/capture_file_name.pcap