mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes for invalid checks for packet/non-packet interfaces
Addresses #5519
This commit is contained in:
parent
a8d08b2d3e
commit
18cbfc5b3a
13 changed files with 24 additions and 20 deletions
|
|
@ -22,8 +22,8 @@ local flow_alert_keys = {
|
|||
flow_alert_internals = 14,
|
||||
flow_alert_potentially_dangerous = 15,
|
||||
flow_alert_remote_to_remote = 16,
|
||||
flow_alert_suspicious_tcp_probing = 17,
|
||||
flow_alert_suspicious_tcp_syn_probing = 18,
|
||||
flow_alert_suspicious_tcp_probing = 17, -- No longer used, can be recycled
|
||||
flow_alert_suspicious_tcp_syn_probing = 18, -- No longer used, can be recycled
|
||||
flow_alert_tcp_connection_issues = 19,
|
||||
flow_alert_tcp_connection_refused = 20,
|
||||
flow_alert_tcp_severe_connection_issues = 21,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue