Tue, 28 Aug 2012 18:35:40 +0200
Update version, modernize packaging, accommodate libevent version 2 opaque
evbuffer datatype, port Linux style flock(2) to SVR4, include correct
non BSD and non SVR4 headers in DNS and resolving logic, correctly
include a arc4random(3) implementation for platforms lacking it,
conditionally implement the nonstandard MIN(a,b) macro, and use
parallel make for faster SMP and multicore builds.
1 ##
2 ## snort.conf -- Snort Daemon Configuration
3 ##
5 # common variables
6 var VAR_PATH @l_prefix@/var/snort
7 var RULE_PATH $VAR_PATH/rules
9 # output selection
10 config alertfile: $VAR_PATH/snort.alert.log
11 output alert_fast: $VAR_PATH/snort.alert.log
12 #output log_tcpdump: $VAR_PATH/snort.alert.cap
14 # configuration parameters
15 config show_year
16 config order: alert pass log
18 # load snort rules configuration
19 var HOME_NET any
20 var EXTERNAL_NET any
21 include $RULE_PATH/snort.conf