1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:35:24 +02:00
tldr/pages/common/sngrep.md
2025-05-04 20:03:26 +03:00

20 lines
504 B
Markdown

# sngrep
> Display SIP calls message flows from terminal.
> More information: <https://manned.org/sngrep>.
- 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}}`