SslDump

WebHome | UnixGeekTools | Geekfarm | About This Site

Pointers

Example

    ssldump -d -r $dumpfile -k $key

Installing on os x

problems in configure script

    1106c1106
    <       if test -f $dir/libpcap.dylib; then
    ---
    >       if test -f $dir/libpcap.a; then
    1213,1216d1212
    <         if test -f $dir/libssl.dylib -a -f $dir/libcrypto.dylib;
    <         then
    <             found_ssl="true"
    <         fi

errors compiling

    /usr/include/net/bpf.h:91: error: redefinition of `struct bpf_program'
    /usr/include/net/bpf.h:115: error: redefinition of `struct bpf_version'
    /usr/include/net/bpf.h:322: error: redefinition of `struct bpf_insn'

Installing on solaris 8




Updated Sun Jul 23, 2006 12:13 PM