mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Mention https://github.com/droe/sslsplit in README.md, fix man page
This commit is contained in:
parent
02b80dd564
commit
a14ab5f438
2 changed files with 13 additions and 1 deletions
|
@ -71,7 +71,12 @@ Configuration examples:
|
|||
./configure CC=/usr/bin/clang --enable-asan --disable-optimization
|
||||
```
|
||||
|
||||
## Contributing
|
||||
# Notes
|
||||
|
||||
The "save to pcap" (-w) option by @ryabkov, is heavily based on the work of
|
||||
@droe on https://github.com/droe/sslsplit .
|
||||
|
||||
# Contributing
|
||||
|
||||
The contributing policy is simple. If you have a patch to propose, make a pull-request
|
||||
via the interface. If the patch works for me, it's merged.
|
||||
|
|
|
@ -85,6 +85,10 @@ ssldump \- dump SSL traffic on a network
|
|||
.B \-r
|
||||
.I dumpfile
|
||||
]
|
||||
[
|
||||
.B \-w
|
||||
.I outputpcap
|
||||
]
|
||||
.br
|
||||
.ti +8
|
||||
[
|
||||
|
@ -243,6 +247,9 @@ Print the handshake type.
|
|||
Print handshake type and highlights.
|
||||
.RE
|
||||
.TP
|
||||
.BI \-w " outputpcap"
|
||||
Use \fIoutputpcap\fP as the destination for decrypted packets.
|
||||
.TP
|
||||
\fIexpression\fP
|
||||
.RS
|
||||
Selects what packets ssldump will examine. Technically speaking,
|
||||
|
|
Loading…
Reference in a new issue