mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
15 lines
404 B
Lua
15 lines
404 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
local status_keys = require "flow_keys"
|
|
|
|
local alert_consts = require("alert_consts")
|
|
|
|
-- #################################################################
|
|
|
|
return {
|
|
status_key = status_keys.ntopng.status_potentially_dangerous,
|
|
alert_type = alert_consts.alert_types.alert_potentially_dangerous_protocol,
|
|
i18n_title = "flow_details.potentially_dangerous_protocol"
|
|
}
|