mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Closes #366
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user