mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
o [NSE] Fixed a bunch of global access errors in various libraries reported by
the nse_check_globals script. [Patrik]
This commit is contained in:
@@ -163,7 +163,7 @@ TAP = {
|
||||
-- @return status true on success, false on failure
|
||||
parse = function(self)
|
||||
if ( 24 > #self.data ) then
|
||||
stdnse.print_debug("%s: Header packet too short (%d bytes)", SCRIPT_NAME, #self.data)
|
||||
stdnse.print_debug("membase: Header packet too short (%d bytes)", #self.data)
|
||||
return false, "Packet to short"
|
||||
end
|
||||
local pos
|
||||
|
||||
Reference in New Issue
Block a user