1
0
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:
patrik
2012-01-30 23:13:35 +00:00
parent 2ff581affa
commit af3734f41f
9 changed files with 19 additions and 16 deletions

View File

@@ -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