Doc update

This commit is contained in:
William Robinet 2023-08-20 16:56:20 +02:00
parent 799f945887
commit f651ba03d1
No known key found for this signature in database
GPG key ID: 003FA3DF74C7A949
2 changed files with 20 additions and 0 deletions

View file

@ -534,6 +534,16 @@ and
.B \-p .B \-p
flags. flags.
.LP .LP
.SH SIGNALS
.LP
When it receives SIGUSR1,
.B ssldump
prints the list of currently tracked connection on stderr.
.LP
With SIGUSR2,
.B ssldump
purges its internal connection tracking data structures.
.LP
.SH DECRYPTION .SH DECRYPTION
.LP .LP
\fIssldump\fP can decrypt traffic between two hosts if the following two \fIssldump\fP can decrypt traffic between two hosts if the following two

View file

@ -371,6 +371,16 @@ and
**-p** **-p**
flags. flags.
<a name="signals"></a>
# Signals
When it receives SIGUSR1, _ssldump_ prints the list of currently tracked
connection on stderr.
With SIGUSR2, _ssldump_ purges its internal connection tracking data
structures.
<a name="decryption"></a> <a name="decryption"></a>