Skip to content

Commit

Permalink
chg: [doc] updated man page
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Apr 9, 2023
1 parent aac3103 commit 58c816e
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ssldump.1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMAGE.
.TH SSLDUMP 1 "2nd February 2021 - version 1.3"
.TH SSLDUMP 1 "9th April 2023 - version 1.7"
.SH NAME
ssldump \- dump SSL traffic on a network
.SH SYNOPSIS
Expand Down Expand Up @@ -107,9 +107,11 @@ interpret them as SSL/TLS traffic. When it identifies SSL/TLS
traffic, it decodes the records and displays them in a textual
form to stdout. If provided with the appropriate keying material,
it will also decrypt the connections and display the application
data traffic.
data traffic. It supports various version of SSL/TLS up to TLS version 1.3.
It also includes support for JSON output or JA3 support.
.LP
\fIssldump\fP has been tested on FreeBSD, Linux, Solaris, and HP/UX. Since
\fIssldump\fP has been originally tested on FreeBSD, Linux, Solaris, and HP/UX. \fIssldump\fP has
mainly a new build process and it's mainly tested on different Linux flavors. Since
it's based on PCAP, it should work on most platforms. However, unlike
tcpdump, \fIssldump\fP needs to be able to see both sides of the data
transmission so you may have trouble using it with network taps such
Expand Down Expand Up @@ -566,7 +568,7 @@ is encrypted we can only tell that it is an alert.
.LP
.SH BUGS
.LP
Please send bug reports to ssldump@rtfm.com.
Please send bug reports to https://github.com/adulau/ssldump
.LP
The TCP reassembler is not perfect. No attempt is made to reassemble IP
fragments and the 3-way handshake and close handshake are imperfectly
Expand All @@ -586,4 +588,4 @@ resumed sessions.
.LP
.SH AUTHOR
.LP
\fIssldump\fP was originally written by Eric Rescorla <[email protected]>. Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS - Copyright (C) 2015-2021 the aforementioned volunteers
\fIssldump\fP was originally written by Eric Rescorla <[email protected]>. Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS - Copyright (C) 2015-2023 the aforementioned volunteers
Loading

0 comments on commit 58c816e

Please sign in to comment.