mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
update ip_is_reserved(): 31/8 and 176/8 allocated
This commit is contained in:
parent
75a17210f7
commit
9277af5e57
1 changed files with 0 additions and 2 deletions
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue