2025-03-14 21:59:59 -06:00
|
|
|
# sngrep
|
|
|
|
|
|
|
|
|
|
> Display SIP calls message flows from terminal.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://manned.org/sngrep>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Visualize SIP packets from a PCAP file:
|
|
|
|
|
|
|
|
|
|
`sngrep -I {{path/to/file.pcap}}`
|
|
|
|
|
|
|
|
|
|
- Visualize only dialogs starting with INVITE packets with RTP packets from a PCAP file:
|
|
|
|
|
|
|
|
|
|
`sngrep -crI {{path/to/file.pcap}}`
|
|
|
|
|
|
|
|
|
|
- Real-time interface with only dialogs starting with INVITE packets with RTP packets:
|
|
|
|
|
|
|
|
|
|
`sngrep -cr`
|
|
|
|
|
|
|
|
|
|
- Only capture packets without interface to a file:
|
|
|
|
|
|
|
|
|
|
`sngrep -NO {{path/to/file.pcap}}`
|