You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
menu "Configuration"
|
|
depends on PACKAGE_snort
|
|
|
|
config SNORT_MYSQL
|
|
bool "Enable MySQL support"
|
|
default n
|
|
help
|
|
This option enables support for logging to a MySQL database.
|
|
Disabled by default.
|
|
|
|
config SNORT_PGSQL
|
|
bool "Enable PostgreSQL support"
|
|
default n
|
|
help
|
|
This option enables support for logging to a PostgreSQL database.
|
|
Disabled by default.
|
|
|
|
config SNORT_LZMA
|
|
bool "Enable LZMA support"
|
|
default n
|
|
help
|
|
This option enables LZMA decompression.
|
|
Disabled by default.
|
|
|
|
endmenu
|