mirror of
https://github.com/nmap/nmap.git
synced 2026-01-23 06:39:01 +00:00
Updating with Jan '07 IANA IPv4 assignment changes. And the previous IANA patch from Mike Phipps was, in fact, wrong. Apparently he was undoing my previous IANA patch (which Fyodor committed in r4251)
This commit is contained in:
4
nmap.cc
4
nmap.cc
@@ -363,8 +363,8 @@ static int ip_is_reserved(struct in_addr *ip)
|
||||
if (i1 >= 92 && i1 <= 95)
|
||||
return 1;
|
||||
|
||||
/* 100-120/8 is IANA reserved */
|
||||
if (i1 >= 100 && i1 <= 120)
|
||||
/* 100-115/8 is IANA reserved */
|
||||
if (i1 >= 100 && i1 <= 115)
|
||||
return 1;
|
||||
|
||||
/* 172.16.0.0/12 is reserved for private nets by RFC1819 */
|
||||
|
||||
Reference in New Issue
Block a user