From fbce7606cd0c7866de8ce37bd6617994afd1d849 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 2 Dec 2013 08:02:31 +0000 Subject: - Add ndpi 1.4.0 - While I'm here: - Use PORTVERSION - Use USES=pathfix - Use PLIST_SUB - Update WWW nDPI is a ntop-maintained superset of the popular OpenDPI library. Its goal is to extend the original library by adding new protocols that are otherwise available only on the paid version of OpenDPI. Furthermore, we have modified nDPI do be more suitable for traffic monitoring applications, by disabling specific features that slow down the DPI engine while being them un-necessary for network traffic monitoring. WWW: http://www.ntop.org/products/ndpi/ PR: ports/184209 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index dbed0e14c79c..636b08f1d828 100644 --- a/net/Makefile +++ b/net/Makefile @@ -406,6 +406,7 @@ SUBDIR += ncp SUBDIR += ncplib SUBDIR += ndisc6 + SUBDIR += ndpi SUBDIR += nemesis SUBDIR += nepenthes SUBDIR += nepim -- cgit