mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Closes #366
This commit is contained in:
parent
0c6a3a6256
commit
168ac74f40
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue