1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

updating ip_is_reserved(): 39/8 and 106/8 allocated today

This commit is contained in:
kris
2011-02-01 00:19:56 +00:00
parent 202d26df7f
commit c95e5d797b
2 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ o [Zenmap] Worked around an error that caused the py2app bootstrap
o [Ndiff] Fixed an output line that wasn't being redirected to a file
when all other output was. [Daniel Miller]
o Updated IANA IP address space assignment list for random IP (-iR)
generation. [Kris]
Nmap 5.50 [2011-01-28]
o [Zenmap] Added a new script selection interface, allowing you to

View File

@@ -414,9 +414,7 @@ int ip_is_reserved(struct in_addr *ip)
case 6: /* USA Army ISC */
case 7: /* used for BGP protocol */
case 10: /* the infamous 10.0.0.0/8 */
case 39: /* 039/8 is IANA reserved */
case 55: /* misc. U.S.A. Armed forces */
case 106: /* 106/8 is IANA reserved */
case 127: /* 127/8 is reserved for loopback */
case 179: /* 179/8 is IANA reserved */
case 185: /* 185/8 is IANA reserved */