mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 17:59:04 +00:00
Closes #366
This commit is contained in:
@@ -130,7 +130,7 @@ local parseHello = function(data)
|
|||||||
local l = tlv:byte(p)
|
local l = tlv:byte(p)
|
||||||
|
|
||||||
p = p + 1
|
p = p + 1
|
||||||
local v = tlv:sub(p,p+l)
|
local v = tlv:sub(p,p+l-1)
|
||||||
|
|
||||||
if t == 0x01 then
|
if t == 0x01 then
|
||||||
-- Host ID (MAC Address)
|
-- Host ID (MAC Address)
|
||||||
|
|||||||
Reference in New Issue
Block a user