From a14ab5f4380ddd69ab50bdc814f655faa1ed2e7a Mon Sep 17 00:00:00 2001 From: William Robinet Date: Wed, 7 Oct 2020 11:24:51 +0200 Subject: [PATCH] Mention https://github.com/droe/sslsplit in README.md, fix man page --- README.md | 7 ++++++- ssldump.1 | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e187fa9..cc7f1ee 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/ssldump.1 b/ssldump.1 index a4a8e97..1e54dd8 100644 --- a/ssldump.1 +++ b/ssldump.1 @@ -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,