buildroot/package/libnids/Config.in
Guillaume W. Bres b6ce06cd64 package/libnids: new package
Libnids is a C based networking library, part of networking intrusion
detection tools.  It can watch network traffic & provide informations.

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
[Thomas:
 - only needs libpcap as a mandatory dependency
 - add patch to fix libpcap detection
 - pass install_root= at installation time
 - drop glibc dependency, it builds fine with uclibc]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-06-22 22:21:40 +02:00

15 lines
416 B
Plaintext

config BR2_PACKAGE_LIBNIDS
bool "libnids"
select BR2_PACKAGE_LIBPCAP
help
Libnids is an implementation of an E-component of Network
Intrusion Detection System.
libnids watches all local network traffic, and provides
convenient information on them to perform further analysis.
Libnids offers IP defragmentation, TCP stream assembly, TCP
port scan detection.
http://libnids.sourceforge.net/