Added unexpected DHCP plugin

This commit is contained in:
Daniele Zulberti 2020-10-10 20:16:20 +02:00
parent cfa3d08943
commit fedd1e3218
5 changed files with 140 additions and 0 deletions

View file

@ -0,0 +1,15 @@
--
-- (C) 2019-20 - ntop.org
--
return {
--[[ i18n function is currently not available in manifest.lua
title = i18n("unexpected_dhcp.unexpected_dhcp_title"),
description = i18n("unexpected_dhcp.unexpected_dhcp_description"), --]]
title = "Unexpected DHCP",
description = "Trigger an alert when an unexpected DHCP server is detected",
author = "Daniele Zulberti, Luca Argentieri",
dependencies = {},
}