mirror of
https://github.com/nmap/nmap.git
synced 2026-01-09 07:59:03 +00:00
[Ncat] Handling of newlines on Windows has been improved. CRLF is
automatically converted to bare LF when input is from the console, but not when it is from a pipe or a file. No newline translation is done on output (it was being done before). This makes it possible to transfer binary files with Ncat on Windows without any corruption.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Ncat] Handling of newlines on Windows has been improved. CRLF is
|
||||
automatically converted to bare LF when input is from the console, but
|
||||
not when it is from a pipe or a file. No newline translation is done
|
||||
on output (it was being done before). This makes it possible to
|
||||
transfer binary files with Ncat on Windows without any corruption.
|
||||
[David]
|
||||
|
||||
o Added initial SCTP port scanning support to Nmap. SCTP is
|
||||
a layer 4 protocol used mostly for telephony related applications.
|
||||
This brings the following new features:
|
||||
|
||||
Reference in New Issue
Block a user