mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
snort: enable non-ether-decoder for ppp support.
This commit is contained in:
@@ -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
|
||||
|
||||
1
config/rootfiles/core/72/filelists/snort
Symbolic link
1
config/rootfiles/core/72/filelists/snort
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/snort
|
||||
@@ -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
|
||||
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user