|
|
|
@ -5,6 +5,8 @@
|
|
|
|
|
*.log
|
|
|
|
|
*.rule
|
|
|
|
|
*.rules
|
|
|
|
|
*.pcap
|
|
|
|
|
*.pcapng
|
|
|
|
|
/*.yaml
|
|
|
|
|
Makefile
|
|
|
|
|
.deps/
|
|
|
|
@ -14,12 +16,19 @@ m4/
|
|
|
|
|
TAGS
|
|
|
|
|
aclocal.m4
|
|
|
|
|
autom4te.cache/
|
|
|
|
|
build/*
|
|
|
|
|
compile
|
|
|
|
|
config.guess
|
|
|
|
|
config.h
|
|
|
|
|
config.log
|
|
|
|
|
config.status
|
|
|
|
|
config.sub
|
|
|
|
|
configure
|
|
|
|
|
depcomp
|
|
|
|
|
doc/userguide/suricata.1
|
|
|
|
|
etc/suricata.logrotate
|
|
|
|
|
etc/suricata.service
|
|
|
|
|
install-sh
|
|
|
|
|
libhtp/TAGS
|
|
|
|
|
libhtp/aclocal.m4
|
|
|
|
|
libhtp/autom4te.cache/
|
|
|
|
@ -35,16 +44,22 @@ libhtp/stamp-h1
|
|
|
|
|
libhtp/test/TAGS
|
|
|
|
|
libtool
|
|
|
|
|
ltmain.sh
|
|
|
|
|
missing
|
|
|
|
|
qa/log/
|
|
|
|
|
qa/coccinelle/struct-flags.cocci
|
|
|
|
|
rust/*/target/*
|
|
|
|
|
scripts/suricatasc/build/*
|
|
|
|
|
scripts/suricatasc/src/__pycache__/*
|
|
|
|
|
src/*.diff
|
|
|
|
|
src/*.patch
|
|
|
|
|
src/*.rej
|
|
|
|
|
src/*.orig
|
|
|
|
|
src/*.plist/*
|
|
|
|
|
src/TAGS
|
|
|
|
|
src/suricata
|
|
|
|
|
stamp-h1
|
|
|
|
|
src/build-info.h
|
|
|
|
|
qa/log/
|
|
|
|
|
qa/coccinelle/struct-flags.cocci
|
|
|
|
|
|
|
|
|
|
test.sh
|
|
|
|
|
.vscode/*
|
|
|
|
|
/suricata-update/*
|
|
|
|
|
!/suricata-update/Makefile.am
|
|
|
|
|