Support Npcap 0.9983's new loopback behavior

This commit is contained in:
dmiller 2019-09-03 19:13:14 +00:00
parent ef2825b3bc
commit 8d59507aad
3 changed files with 191 additions and 21 deletions

View file

@ -1,5 +1,10 @@
#Nmap Changelog ($Id$); -*-text-*-
o [Windows] Add support for the new loopback behavior in Npcap 0.9983. This
enables Nmap to scan localhost on Windows without needing the Npcap Loopback
Adapter to be installed, which was a source of problems for some users.
[Daniel Miller]
o [NSE][GH#1720] Function marshall_dom_sid2 in library msrpctypes was not
correctly populating ID Authority. [nnposter]