1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 23:35:26 +02:00

sngrep: add page (#11501)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Paul Azema 2023-11-19 21:35:52 +01:00 committed by GitHub
parent e2cc1b76aa
commit 3d64b04a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/sngrep.md Normal file
View file

@ -0,0 +1,20 @@
# sngrep
> Tool for displaying 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}}`