mirror of
https://github.com/nmap/nmap.git
synced 2026-01-31 18:49:08 +00:00
update ip_is_reserved(): 31/8 and 176/8 allocated
This commit is contained in:
2
nmap.cc
2
nmap.cc
@@ -354,7 +354,6 @@ static int ip_is_reserved(struct in_addr *ip)
|
||||
case 7: /* used for BGP protocol */
|
||||
case 10: /* the infamous 10.0.0.0/8 */
|
||||
case 23: /* 023/8 is IANA reserved */
|
||||
case 31: /* 031/8 is IANA reserved */
|
||||
case 36: /* 036/8 is IANA reserved */
|
||||
case 37: /* 037/8 is IANA reserved */
|
||||
case 39: /* 039/8 is IANA reserved */
|
||||
@@ -362,7 +361,6 @@ static int ip_is_reserved(struct in_addr *ip)
|
||||
case 49: /* 049/8 is IANA reserved */
|
||||
case 55: /* misc. U.S.A. Armed forces */
|
||||
case 127: /* 127/8 is reserved for loopback */
|
||||
case 176: /* 176/8 is IANA reserved */
|
||||
case 177: /* 177/8 is IANA reserved */
|
||||
case 179: /* 179/8 is IANA reserved */
|
||||
case 181: /* 181/8 is IANA reserved */
|
||||
|
||||
Reference in New Issue
Block a user