1*4882a593Smuzhiyunconfig BR2_PACKAGE_SURICATA 2*4882a593Smuzhiyun bool "suricata" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS 4*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 5*4882a593Smuzhiyun depends on BR2_USE_WCHAR 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 7*4882a593Smuzhiyun select BR2_PACKAGE_HOST_RUSTC 8*4882a593Smuzhiyun select BR2_PACKAGE_JANSSON 9*4882a593Smuzhiyun select BR2_PACKAGE_LIBHTP 10*4882a593Smuzhiyun select BR2_PACKAGE_LIBPCAP 11*4882a593Smuzhiyun select BR2_PACKAGE_LIBYAML 12*4882a593Smuzhiyun select BR2_PACKAGE_PCRE 13*4882a593Smuzhiyun help 14*4882a593Smuzhiyun Suricata is a free and open source, mature, fast and robust 15*4882a593Smuzhiyun network threat detection engine. 16*4882a593Smuzhiyun 17*4882a593Smuzhiyun The Suricata engine is capable of real time intrusion 18*4882a593Smuzhiyun detection (IDS), inline intrusion prevention (IPS), network 19*4882a593Smuzhiyun security monitoring (NSM) and offline pcap processing. 20*4882a593Smuzhiyun 21*4882a593Smuzhiyun https://suricata-ids.org 22*4882a593Smuzhiyun 23*4882a593Smuzhiyuncomment "suricata needs a toolchain w/ wchar, threads" 24*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS 25*4882a593Smuzhiyun depends on BR2_USE_MMU 26*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS 27