FreeBSD Port: net/ssldump

Corey Smith corsmith at gmail.com
Fri May 26 07:33:25 PDT 2006


When I run ssldump on my box I get:

$ ssldump -Adean -k priv.key -r test.tcpdump
ERROR: Couldn't create network handler

If I run the same command with the same set of files on an older
FreeBSD machine I get the decrypted output.

Could this be a problem with using the latest openssl?  Maybe libpcap?

$ uname -a
FreeBSD me 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu May 25 15:22:40 EDT
2006     root at me:/usr/obj/usr/src/sys/GENERIC  i386

$ pkg_info | egrep '^(openssl|ssldump)'
openssl-0.9.8b_1    SSL and crypto library
ssldump-0.9b3_1     SSLv3/TLS network protocol analyzer

$ ldd `which ssldump`
/usr/local/bin/ssldump:
        libssl.so.5 => /usr/local/lib/libssl.so.5 (0x2807d000)
        libcrypto.so.5 => /usr/local/lib/libcrypto.so.5 (0x280b5000)
        libpcap.so.4 => /usr/lib/libpcap.so.4 (0x281c4000)
        libm.so.4 => /lib/libm.so.4 (0x281e9000)
        libc.so.6 => /lib/libc.so.6 (0x281ff000)

-Corey Smith


More information about the freebsd-ports mailing list