mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 23:17:48 +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:
parent
5fbc63cc22
commit
abbaffe21c
1 changed files with 2 additions and 2 deletions
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue