mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
20 lines
512 B
Markdown
20 lines
512 B
Markdown
# sngrep
|
|
|
|
> Display SIP calls message flows from terminal.
|
|
> More information: <https://github.com/irontec/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}}`
|