Remove DHCP flag on the MAC

Now the concept of DHCP host is bound to an Host rather than a Mac
This commit is contained in:
emanuele-f 2019-02-26 18:42:42 +01:00
parent 347bc2062e
commit 4cb88b56a9
11 changed files with 30 additions and 74 deletions

View file

@ -34,10 +34,6 @@ function mac2record(mac)
record["column_mac"] = record["column_mac"]..' <i class="fa fa-hand-o-up fa-lg" aria-hidden="true" title="DHCP Fingerprinted"></i>'
-- io.write(mac.fingerprint.."\n")
end
if(mac.dhcpHost) then
record["column_mac"] = record["column_mac"]..' <i class="fa fa-flash fa-lg" aria-hidden="true" title="DHCP Host"></i>'
end
record["column_mac"] = record["column_mac"]..getOperatingSystemIcon(mac.operatingSystem)
local manufacturer = get_manufacturer_mac(mac["mac"])