mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
TCP SYN Scan detection (implements #2963)
This commit is contained in:
parent
955eed4b50
commit
afbb34e262
10 changed files with 128 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue