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.
suricata/rust
Pierre Chifflier b69acaadf5 Rust: add 'debug' feature
The 'debug' feature is enabled if suricata was configured with the
--enabled-debug' flag.
If enabled, the SCLogDebug format and calls the logging function as
usual. Otherwise, this macro is a no-op (similarly to the C code).
7 years ago
..
.cargo
src Rust: add 'debug' feature 7 years ago
.gitignore
Cargo.toml.in Rust: add 'debug' feature 7 years ago
Makefile.am Rust: add 'debug' feature 7 years ago
gen-c-headers.py