Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Andreas Herz c467c39b61 build-info: workaround special _FORTIFY_SOURCE defines
On systems like Gentoo where _FORTIFY_SOURCE is already defined like
FORTIFY_SOURCE=((defined __OPTIMIZE && OPTIMIZE > 0) ? 2 : 0) the use
within the printf function (%d) won't result in the correct value and
we end up with 'defined' undeclared compile error. This workaround makes
sure that just the resolved value is checked and then printed.
11 years ago
benches Initial add of the files. 17 years ago
contrib suri-graphite: add ouput to file option 11 years ago
doc Fix make distcheck on CentOS 5.11 12 years ago
lua output-lua: add SCPacketTimeString 12 years ago
m4 Prelude plugin: add detection in configure script 17 years ago
qa qa: add leak sanitzer suppression 11 years ago
rules decode: add ERSPANv1 decoder 11 years ago
scripts app-layer setup scripts: enable new modules on copy 11 years ago
src build-info: workaround special _FORTIFY_SOURCE defines 11 years ago
.gitignore unittest: make check use a qa/log dir for logging 13 years ago
.travis.yml travis: set CFLAGS to error on cc warnings 11 years ago
COPYING GPL license sync with official gpl-2.0.txt 11 years ago
ChangeLog Update Changelog for 3.0 11 years ago
LICENSE GPL license sync with official gpl-2.0.txt 11 years ago
Makefile.am Respect DESTDIR in install-conf and install-rules. 12 years ago
Makefile.cvs Initial add of the files. 17 years ago
acsite.m4 Added C99 defs/macros to acsite.m4 for CentOS 17 years ago
autogen.sh OpenBSD 5.2 build fixes, Unit test fix. 14 years ago
classification.config Import of classification.config 16 years ago
config.rpath Add file needed for some autotools version. 13 years ago
configure.ac lua: if pkg-config fails, try -llua 11 years ago
doxygen.cfg doxygen: add source browser 12 years ago
reference.config Update reference.config 12 years ago
suricata.yaml.in yaml: disable rules by default 11 years ago
threshold.config threshold: improve comments of shipped threshold.config, add links to wiki. 14 years ago