mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Improved passive MDNS discovery
Fixed MDNS decode loop
This commit is contained in:
parent
d4bbeb10a2
commit
d1dcff81c4
12 changed files with 212 additions and 81 deletions
|
|
@ -15,10 +15,10 @@ local perPage = _GET["perPage"]
|
|||
local sortColumn = _GET["sortColumn"]
|
||||
local sortOrder = _GET["sortOrder"]
|
||||
|
||||
local vlan = _GET["vlan"]
|
||||
local devices_mode = _GET["devices_mode"]
|
||||
local manufacturer = _GET["manufacturer"]
|
||||
local device_type = tonumber(_GET["device_type"])
|
||||
local vlan = _GET["vlan"]
|
||||
local devices_mode = _GET["devices_mode"]
|
||||
local manufacturer = _GET["manufacturer"]
|
||||
local device_type = tonumber(_GET["device_type"])
|
||||
|
||||
local sortPrefs = "macs"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue