mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +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
|
./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
|
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.
|
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
|
.B \-r
|
||||||
.I dumpfile
|
.I dumpfile
|
||||||
]
|
]
|
||||||
|
[
|
||||||
|
.B \-w
|
||||||
|
.I outputpcap
|
||||||
|
]
|
||||||
.br
|
.br
|
||||||
.ti +8
|
.ti +8
|
||||||
[
|
[
|
||||||
|
@ -243,6 +247,9 @@ Print the handshake type.
|
||||||
Print handshake type and highlights.
|
Print handshake type and highlights.
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
.BI \-w " outputpcap"
|
||||||
|
Use \fIoutputpcap\fP as the destination for decrypted packets.
|
||||||
|
.TP
|
||||||
\fIexpression\fP
|
\fIexpression\fP
|
||||||
.RS
|
.RS
|
||||||
Selects what packets ssldump will examine. Technically speaking,
|
Selects what packets ssldump will examine. Technically speaking,
|
||||||
|
|
Loading…
Reference in a new issue