Add VLAN bidirectional traffic alert (#7126) (#7194)

* Add VLAN bidirectional traffic alert (#7126)

* Add alert description. (#7126)
This commit is contained in:
Nicolò Maio 2023-02-03 10:33:25 +01:00 committed by GitHub
parent 7b4f807f8f
commit 7162045cdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 379 additions and 5 deletions

View file

@ -96,7 +96,8 @@ local flow_alert_keys = {
flow_alert_custom_lua_script = 87,
flow_alert_ndpi_periodic_flow = 88,
flow_alert_ndpi_minor_issues = 89,
flow_alert_ndpi_tcp_issues = 90
flow_alert_ndpi_tcp_issues = 90,
flow_alert_vlan_bidirectional_traffic = 91
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}