LinuxCommandLibrary

sngrep

Display SIP calls message flows from terminal.

TLDR

Visualize SIP packets from a PCAP file

$ sngrep -I [path/to/file.pcap]
copy


Visualize only dialogs starting with INVITE packets with RTP packets from a PCAP file
$ sngrep -crI [path/to/file.pcap]
copy


Real-time interface with only dialogs starting with INVITE packets with RTP packets
$ sngrep -cr
copy


Only capture packets without interface to a file
$ sngrep -NO [path/to/file.pcap]
copy

Copied to clipboard