Fixes for invalid checks for packet/non-packet interfaces

Addresses #5519
This commit is contained in:
Simone Mainardi 2021-06-29 18:43:00 +02:00
parent a8d08b2d3e
commit 18cbfc5b3a
13 changed files with 24 additions and 20 deletions

View file

@ -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,