mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added Broadcast non-UDP traffic alert and minor fixes to apexcharts
This commit is contained in:
parent
c4fb94ebbe
commit
4528e5a660
25 changed files with 326 additions and 8 deletions
|
|
@ -72,6 +72,7 @@ local flow_alert_keys = {
|
|||
flow_alert_ndpi_dns_large_packet = 64,
|
||||
flow_alert_ndpi_dns_fragmented = 65,
|
||||
flow_alert_ndpi_invalid_characters = 66,
|
||||
flow_alert_broadcast_non_udp_traffic = 67,
|
||||
-- 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