1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Mention adding the environment variables in nmap's CHANGELOG.

This commit is contained in:
d33tah
2013-07-24 18:07:58 +00:00
parent 8f84863a23
commit 5ff69d478f

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Ncat] Added NCAT_PROTO, NCAT_REMOTE_ADDR, NCAT_REMOTE_PORT, NCAT_LOCAL_ADDR
and NCAT_LOCAL_PORT environment variables being set in all --*-exec child
processes.
o [Nping] Nping now checks for a matching ICMP ID on echo replies, to
avoid receiving crosstalk from other ping programs running at the
same time. [David Fifield]