Commit graph

7 commits

Author SHA1 Message Date
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
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
agc
a35e3d707c Move to sha1 digests, add distfile sizes. 2001-04-19 15:40:29 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +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