1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 17:59:04 +00:00
This commit is contained in:
abhishek
2016-05-23 15:32:24 +00:00
parent 0c6a3a6256
commit 168ac74f40

View File

@@ -130,7 +130,7 @@ local parseHello = function(data)
local l = tlv:byte(p)
p = p + 1
local v = tlv:sub(p,p+l)
local v = tlv:sub(p,p+l-1)
if t == 0x01 then
-- Host ID (MAC Address)