1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19:04 +00:00

Add a changelog entry for a significant change in Nmap 7.80

This commit is contained in:
dmiller
2020-06-18 16:21:25 +00:00
parent 0d613e3b4b
commit ef93ae44c6

View File

@@ -189,6 +189,10 @@ o [GH#1396] Fixed the Windows installer, which would replace the entire PATH
fixed by using the "large strings" build of NSIS to build the new installer.
[Daniel Miller]
o Replaced the addrset matching code that is used by --exclude and
--excludefile with a much faster implementation using a radix tree (trie).
https://seclists.org/nmap-dev/2018/q4/13
o [GH#1291][GH#34][GH#1339] Use pcap_create instead of pcap_live_open in
Nmap, and set immediate mode on the pcap descriptor. This solves packet
loss problems on Linux and may improve performance on other platforms.