mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
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:
parent
347bc2062e
commit
4cb88b56a9
11 changed files with 30 additions and 74 deletions
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue