Modified:
- .gitignore: ignoring lua files
- suricata.rules: added a rule to log every packet
- suricata.yaml: specified alerts to dump whole
packet bytes
28 lines
322 B
Plaintext
28 lines
322 B
Plaintext
deno.lock
|
|
http/testdata/%25A.txt
|
|
http/testdata/file#2.txt
|
|
http/testdata/test file.txt
|
|
docs/
|
|
|
|
# rust build output
|
|
crypto/_wasm/target
|
|
cli/testdata/unicode_width_crate/target
|
|
|
|
# coverage
|
|
coverage/
|
|
|
|
# misc files
|
|
.DS_Store
|
|
.idea
|
|
.vim
|
|
_tmp/
|
|
!_tmp/.keep
|
|
|
|
# tsconfig for bun
|
|
/tsconfig.json
|
|
|
|
# Lua
|
|
lua_modules/
|
|
.luarocks/
|
|
lua
|
|
core |