mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
update ip_is_reserved(): 177/8 and 181/8 allocated
This commit is contained in:
parent
e411e35fc6
commit
0f4a5e305c
1 changed files with 0 additions and 2 deletions
2
nmap.cc
2
nmap.cc
|
|
@ -360,9 +360,7 @@ 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 177: /* 177/8 is IANA reserved */
|
||||
case 179: /* 179/8 is IANA reserved */
|
||||
case 181: /* 181/8 is IANA reserved */
|
||||
case 185: /* 185/8 is IANA reserved */
|
||||
return 1;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue