mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Initial work towards OS discovery
This commit is contained in:
parent
3275f236d5
commit
fdb7a8ab41
11 changed files with 131 additions and 18 deletions
|
|
@ -40,7 +40,7 @@ function mac2record(mac)
|
|||
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"])
|
||||
if(manufacturer == nil) then manufacturer = "" end
|
||||
record["column_manufacturer"] = manufacturer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue