mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixed #2977 alert for remote->local insecure protocols
This commit is contained in:
parent
e2465c43ae
commit
cdc420dd68
7 changed files with 177 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ local flow_keys = {
|
|||
status_unexpected_ntp_server = 35,
|
||||
status_zero_tcp_window = 36,
|
||||
status_iec_invalid_transition = 37,
|
||||
status_remote_to_local_insecure_proto = 38,
|
||||
|
||||
|
||||
-- Add here additional flow statuses when writing ntopng plugins.
|
||||
-- User plugins should use statuses under key user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue