mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +00:00
update ip_is_reserved(): 197/8 allocated
This commit is contained in:
parent
2f627728a5
commit
8c18093110
2 changed files with 3 additions and 1 deletions
|
|
@ -123,6 +123,9 @@ o Upgraded the shipped libdnet to 1.12. [Kris]
|
|||
|
||||
o Upgraded the OpenSSL shipped for Windows to 0.9.8i. [Kris]
|
||||
|
||||
o Updated IANA assignment IP list for random IP (-iR)
|
||||
generation. [Kris]
|
||||
|
||||
Nmap 4.76 [2008-9-12]
|
||||
|
||||
o There is a new "external" script category, for NSE scripts which
|
||||
|
|
|
|||
1
nmap.cc
1
nmap.cc
|
|
@ -374,7 +374,6 @@ static int ip_is_reserved(struct in_addr *ip)
|
|||
case 50: /* 050/8 is IANA reserved */
|
||||
case 55: /* misc. U.S.A. Armed forces */
|
||||
case 127: /* 127/8 is reserved for loopback */
|
||||
case 197: /* 197/8 is IANA reserved */
|
||||
case 223: /* 223/8 is IANA reserved */
|
||||
return 1;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue