V0.1.0 Suricata Logger

Modified:
- .gitignore: ignoring lua files
- suricata.rules: added a rule to log every packet
- suricata.yaml: specified alerts to dump whole
    packet bytes
This commit is contained in:
Christian Risi
2025-06-05 10:27:29 +02:00
parent c3bc1d993e
commit b02370a69a
3 changed files with 19 additions and 12 deletions

8
.gitignore vendored
View File

@@ -19,4 +19,10 @@ _tmp/
!_tmp/.keep
# tsconfig for bun
/tsconfig.json
/tsconfig.json
# Lua
lua_modules/
.luarocks/
lua
core