1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Make Ncat's --send-only actually not receive from the network when used in

listen and/or broker modes.
This commit is contained in:
kris
2009-07-11 00:16:39 +00:00
parent a660b37026
commit 8d65f4e28d

View File

@@ -10,6 +10,10 @@ o [Ncat] Ncat now prints a message like "Connection refused." by
success in a case like
ncat remote < short-file
o [Ncat] Using --send-only in conjunction with the plain listen or broker modes
now behaves as it should: nothing will be read from the network end. Ncat
was simply discarding any data received. [Kris]
o [Ncat] Added additional test cases to the ncat/test/test-cmdline-split program
and rewrote the cmdline_split function in ncat_posix.c [Josh Marlow]