diff -r efb4f295e1cf -r 00e5f0537340 snort/snort.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snort/snort.conf Tue Aug 28 18:31:50 2012 +0200 @@ -0,0 +1,22 @@ +## +## snort.conf -- Snort Daemon Configuration +## + +# common variables +var VAR_PATH @l_prefix@/var/snort +var RULE_PATH $VAR_PATH/rules + +# output selection +config alertfile: $VAR_PATH/snort.alert.log +output alert_fast: $VAR_PATH/snort.alert.log +#output log_tcpdump: $VAR_PATH/snort.alert.cap + +# configuration parameters +config show_year +config order: alert pass log + +# load snort rules configuration +var HOME_NET any +var EXTERNAL_NET any +include $RULE_PATH/snort.conf +