mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 03:29:02 +00:00
nse-check-globals cleanup
This commit is contained in:
@@ -1228,6 +1228,7 @@ function epmapper_lookup(smbstate,handle)
|
||||
--skip object ,
|
||||
pos = pos + 16
|
||||
pos = pos + 8
|
||||
local annotation_length
|
||||
pos,annotation_length = bin.unpack("<I",data,pos)
|
||||
if annotation_length > 1 then
|
||||
lookup_response.annotation = string.sub(data,pos,pos+annotation_length-2)
|
||||
|
||||
Reference in New Issue
Block a user