mirror of
https://github.com/adulau/ssldump.git
synced 2024-12-22 07:55:57 +00:00
Doc update
This commit is contained in:
parent
799f945887
commit
f651ba03d1
2 changed files with 20 additions and 0 deletions
10
ssldump.1
10
ssldump.1
|
@ -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
|
||||||
|
|
10
ssldump.md
10
ssldump.md
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue