From b086bf7ac418d6df32fca6e335c9710ca5600c26 Mon Sep 17 00:00:00 2001 From: Kaian Date: Fri, 18 Aug 2023 11:41:34 +0200 Subject: [PATCH] doc: add -r option to man page #451 --- doc/sngrep.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/sngrep.8 b/doc/sngrep.8 index 46601bc..d62fd5e 100644 --- a/doc/sngrep.8 +++ b/doc/sngrep.8 @@ -11,7 +11,7 @@ sngrep \- SIP Messages flow viewer .SH SYNOPSIS -.B sngrep [-hVcivlkNqE] [ -IO +.B sngrep [-hVcivlkNqEr] [ -IO .I pcap_dump .B ] [ -d .I dev @@ -51,6 +51,10 @@ Display version information. .I \-c Only capture dialogs starting with an INVITE request. +.TP +.I \-r +Store RTP packets payload in memory (enables saving RTP to pcap) + .TP .I \-i Make match expression case insensitive.