Commit graph

5 commits

Author SHA1 Message Date
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
seb
279bd27c20 Update to version 0.9b3. Okay'ed by hubertf.
Package changes: use buildlink2, ssldump command moved from bin/ to sbin/.

Selected Changelogs bits:
* Added support for VLAN networks (Jeffrey Hafey)
* Added support for non-promiscuous mode (-P flag) (Bruce M Simpson)
* Added support for session resumption.
* Added the -X flag to force hex-only printing when binary data is displayed
  as hex dumps.
* Added -r as a synonym for -f. -f will eventually
  be removed and reused for some other option.
  This was done for option compatibility with tcpdump
  and on the theory that someday I might add a -w.
* Renamed -h to -H and added it to the documentation.
  -h now triggers usage info.

Plus numerous fixes, bug fixes and security fixes.
2002-12-01 21:48:09 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
hubertf
ea6bc8fc5c remove unneeded configure args 2000-10-31 03:51:26 +00:00
hubertf
5873a7e7c8 ssldump is an SSLv3/TLS network protocol analyzer. It identifies
TCP connections on the chosen network interface and attempts to
interpret them as SSLv3/TLS traffic. When it identifies SSLv3/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.

Requested by Dan Winship.
2000-10-31 01:17:40 +00:00