Date: Fri, 26 May 2006 10:33:24 -0400 From: "Corey Smith" <corsmith@gmail.com> To: ports@FreeBSD.org Subject: FreeBSD Port: net/ssldump Message-ID: <8061fbee0605260733u38daffa4n7fd31398a4f40b47@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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@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 =3D> /usr/local/lib/libssl.so.5 (0x2807d000) libcrypto.so.5 =3D> /usr/local/lib/libcrypto.so.5 (0x280b5000) libpcap.so.4 =3D> /usr/lib/libpcap.so.4 (0x281c4000) libm.so.4 =3D> /lib/libm.so.4 (0x281e9000) libc.so.6 =3D> /lib/libc.so.6 (0x281ff000) -Corey Smith
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8061fbee0605260733u38daffa4n7fd31398a4f40b47>