forked from Mirrors/sngrep
doc: Improve man documentation for some command line options #179
This commit is contained in:
parent
cb46ff5091
commit
e4f361382c
23
doc/sngrep.8
23
doc/sngrep.8
|
@ -19,6 +19,8 @@ sngrep \- SIP Messages flow viewer
|
|||
.I limit
|
||||
.B ] [ -k
|
||||
.I keyfile
|
||||
.B ] [-LH
|
||||
.I capture_url
|
||||
.B ] [
|
||||
.I <match expression>
|
||||
.B ] [
|
||||
|
@ -77,7 +79,16 @@ Use private keyfile to decrypt TLS packets.
|
|||
|
||||
.TP
|
||||
.I -l limit
|
||||
Change default capture limit (10000 dialogs)
|
||||
Change default capture limit (20000 dialogs)
|
||||
Limit must be a numeric value above 1 and can not be disabled. This is both
|
||||
security measure to avoid unlimited memory usage and also used internally
|
||||
in sngrep to manage hash table sizes.
|
||||
|
||||
.TP
|
||||
.I -R
|
||||
Remove oldest dialog when the capture limit has reached
|
||||
Altough not recommended, this can be used to keep sngrep running during long
|
||||
times with some control over consumed memory.
|
||||
|
||||
.TP
|
||||
.I -N
|
||||
|
@ -87,6 +98,16 @@ Don't display sngrep interface, just capture
|
|||
.I -q
|
||||
Don't print captured dialogs in no interface mode
|
||||
|
||||
.TP
|
||||
.I -H
|
||||
Send captured packets to a HEP server (like Homer or another sngrep)
|
||||
Argument must be an IP address and port in the format: udp:A.B.C.D:PORT
|
||||
|
||||
.TP
|
||||
.I -L
|
||||
Start a HEP server listening for packets
|
||||
Argument must be an IP address and port in the format: udp:A.B.C.D:PORT
|
||||
|
||||
.TP
|
||||
.I match expression
|
||||
Match given expression in Messages' payload. If one request message matches the
|
||||
|
|
Loading…
Reference in New Issue