mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add to CHANGELOG:
o Nmap now works with "teamed" network interfaces on Windows. In order to distinguish the interfaces, their textual descriptions are now compared in addition to their MAC addresses. Without this, Nmap would send on the wrong interface and not receive any replies. A symptom of this problem was all scans failing except when --unprivileged was used. Norris Carden reported this bug. [David]
This commit is contained in:
parent
7b956b8099
commit
b0e4a020b5
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Nmap now works with "teamed" network interfaces on Windows. In order
|
||||
to distinguish the interfaces, their textual descriptions are now
|
||||
compared in addition to their MAC addresses. Without this, Nmap
|
||||
would send on the wrong interface and not receive any replies. A
|
||||
symptom of this problem was all scans failing except when
|
||||
--unprivileged was used. Norris Carden reported this bug. [David]
|
||||
|
||||
o [Ncat] Ncat in listen mode now prints the source port with the IP
|
||||
address when verbosity is turned on. This patch is from rebellis.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue