mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixed TCP with no answer alert definition
This commit is contained in:
parent
8b00fd67a9
commit
9d364c69b4
8 changed files with 22 additions and 22 deletions
|
|
@ -81,7 +81,7 @@ local flow_alert_keys = {
|
|||
flow_alert_ndpi_http_crawler_bot = 72,
|
||||
flow_alert_ndpi_suspicious_entropy = 73,
|
||||
flow_alert_iec_invalid_command_transition = 74,
|
||||
flow_alert_connection_failed = 75,
|
||||
flow_alert_tcp_connection_no_answer = 75,
|
||||
|
||||
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue