1 { lib, stdenv, fetchFromGitHub, which, autoconf, automake, libtool, libpcap
4 let version = "3.4"; in
10 src = fetchFromGitHub {
14 sha256 = "0xjh9gv0mq0213bjfs5ahrh6m7l7g99jjg8104c0pw54hz0p5pq1";
17 configureScript = "./autogen.sh";
19 nativeBuildInputs = [which autoconf automake libtool];
26 description = "A library for deep-packet inspection";
28 nDPI is a library for deep-packet inspection based on OpenDPI.
30 homepage = "https://www.ntop.org/products/deep-packet-inspection/ndpi/";
31 license = with licenses; lgpl3;
32 maintainers = with maintainers; [ takikawa ];
33 platforms = with platforms; unix;