1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

Changing a comment in nselib/ipOps.lua as it seems to be remnants of a patch for ripeQuery.nse (references doing a RIPE lookup)

This commit is contained in:
kris
2007-10-09 13:29:47 +00:00
parent 0f7d4e49d8
commit 9baeec2897

View File

@@ -2,9 +2,8 @@
module(...,package.seeall)
-- check to see if ip is part of RFC 1918 address space
isPrivate = function(ip)
-- check to see if ip is part of RFC 1918 address space
-- if so, don't bother with the RIPE lookup
local a, b
a, b = get_parts_as_number(ip)
if a == 10 then