TCP SYN Scan detection (implements #2963)

This commit is contained in:
Alfredo Cardigliano 2019-10-24 15:35:26 +02:00
parent 955eed4b50
commit afbb34e262
10 changed files with 128 additions and 5 deletions

View file

@ -23,6 +23,7 @@ user_scripts.field_units = {
syn_sec = "field_units.syn_sec",
flow_sec = "field_units.flow_sec",
percentage = "field_units.percentage",
syn_min = "field_units.syn_min",
}
local CALLBACKS_DIR = dirs.installdir .. "/scripts/callbacks"