ntopng/scripts/lua/modules/flow_status_definitions/status_potentially_dangerous.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"
}