]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/snort/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / snort / Config.in
1 config BR2_PACKAGE_SNORT
2         bool "snort"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         depends on !BR2_STATIC_LIBS # daq
6         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
7         select BR2_PACKAGE_LIBDNET
8         select BR2_PACKAGE_LIBPCAP
9         select BR2_PACKAGE_DAQ
10         select BR2_PACKAGE_PCRE
11         select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
12         help
13           Snort is a free and open source network intrusion
14           prevention system (IPS) and network intrusion detection
15           system (IDS). It can perform protocol analysis, content
16           searching/matching, and can be used to detect a variety
17           of attacks and probes, such as buffer overflows, stealth
18           port scans, CGI attacks, SMB probes, OS fingerprinting
19           attempts, and much more.
20
21           https://www.snort.org
22
23 comment "snort needs a toolchain w/ wchar, threads, dynamic library"
24         depends on BR2_USE_MMU
25         depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || \
26                 !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)