Browse Source

snort: changed to enable FlexResp3 support instead of FlexResp2

Note:

FlexResp3 is the merge of FlexResp + FlexResp2. If you enable FlexResp2 when
building recent snort versions FlexResp3 gets enabled anyway, thus this change
is more a cosmetic one.
user/chris/next/master
Christian Wiese 13 years ago
parent
commit
48d11ea434
  1. 4
      security/snort/snort.conf

4
security/snort/snort.conf

@ -46,8 +46,8 @@ fi
# see Note above
# var_append extraconfopt " " "--enable-inline"
# FlexResp2 Support
pkginstalled libdnet && var_append confopt ' ' "--enable-flexresp2"
# FlexResp3 Support
pkginstalled libdnet && var_append confopt ' ' "--enable-flexresp3"
# TimeStats functionality
var_append confopt ' ' "--enable-timestats"

Loading…
Cancel
Save