1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 21:51:28 +00:00

Add missing [NSE] tags to CHANGELOG

This commit is contained in:
nnposter
2024-08-25 17:53:43 +00:00
parent 2646596f0f
commit a97b4c83aa

View File

@@ -13,14 +13,14 @@ o [GH#1451] Nmap now performs forward DNS lookups in parallel, using the same
took just over an hour. The previous system took 49 hours for the same data took just over an hour. The previous system took 49 hours for the same data
set! [Daniel Miller] set! [Daniel Miller]
o [GH#2571, GH#2572, GH#2622, GH#2784] Various bug fixes in the mssql NSE o [NSE][GH#2571, GH#2572, GH#2622, GH#2784] Various bug fixes in the mssql NSE
library [johnjaylward, nnposter] library [johnjaylward, nnposter]
o [GH#2901, GH#2744, GH#2745] Arbitrary separator in stdnse.tohex() is now o [NSE][GH#2901, GH#2744, GH#2745] Arbitrary separator in stdnse.tohex() is now
supported. Script smb-protocols now reports SMB dialects correctly. supported. Script smb-protocols now reports SMB dialects correctly.
[nnposter] [nnposter]
o [NSE] ether_type inconsistency in packet.Frame has been resolved. Bothi o [NSE] ether_type inconsistency in packet.Frame has been resolved. Both
Frame:new() and Frame:build_ether_frame() now use an integer. [nnposter] Frame:new() and Frame:build_ether_frame() now use an integer. [nnposter]
o [GH#2900, GH#2896, GH#2897] Nmap is now able to scan IP protocol 255. o [GH#2900, GH#2896, GH#2897] Nmap is now able to scan IP protocol 255.