snort: enable non-ether-decoder for ppp support.

This commit is contained in:
Arne Fitzenreiter
2013-08-10 18:48:16 +02:00
parent 919a50208b
commit ba47633494
4 changed files with 5 additions and 1 deletions

View File

@@ -15,3 +15,4 @@ etc/ssh/ssh_config
etc/ssh/sshd_config
etc/ssl/openssl.cnf
var/state/dhcp/dhcpd.leases
etc/snort/snort.conf

View File

@@ -0,0 +1 @@
../../../common/snort

View File

@@ -35,7 +35,7 @@ done
#
#Stop services
ipsec stop
/etc/init.d/snort stop
#
#Extract files
@@ -44,6 +44,7 @@ extract_files
#
#Start services
/etc/init.d/snort start
ipsec start
#

View File

@@ -75,6 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--enable-linux-smp-stats --enable-smb-alerts \
--enable-gre --enable-mpls --enable-targetbased \
--enable-decoder-preprocessor-rules --enable-ppm \
--enable-non-ether-decoders \
--enable-perfprofiling --enable-zlib --enable-active-response \
--enable-normalizer --enable-reload --enable-react --enable-flexresp3
cd $(DIR_APP) && make