11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-mK8n+Dn7fUzmclUzlIqGjO2zzIVKQEhSRvYeuFwVJx8=";
34 sed -i -e 's|#include.*net/bpf.h|#include <pcap/bpf.h>|' \
39 "--with-pcap-lib=${libpcap}/lib"
40 "--with-pcap-inc=${libpcap}/include"
41 "--with-openssl-lib=${openssl}/lib"
42 "--with-openssl-inc=${openssl}/include"
46 description = "An SSLv3/TLS network protocol analyzer";
47 homepage = "https://ssldump.sourceforge.net";
48 license = "BSD-style";
49 maintainers = with maintainers; [ aycanirican ];
50 platforms = platforms.unix;