Improved passive MDNS discovery

Fixed MDNS decode loop
This commit is contained in:
Luca 2018-04-02 11:31:28 +02:00
parent d4bbeb10a2
commit d1dcff81c4
12 changed files with 212 additions and 81 deletions

View file

@ -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"