1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-05 13:06:32 +00:00

Added a new item: nping fails to send udp packets to a broadcast address

This commit is contained in:
luis
2010-09-18 18:34:48 +00:00
parent 10d23e924f
commit 5f13514d46

View File

@@ -56,6 +56,9 @@
* Make Nping call nsi_delete() on pcap IODs, IODs in TCP-Connect mode and maybe
in IODs of other modes. See http://seclists.org/nmap-dev/2010/q3/587
* Fix bug that causes Nping to fail when sending UDP packets to a broadcast
address. More info: <http://seclists.org/nmap-dev/2010/q3/752>
* Consider using Nmap's proto-dependant payloads for UDP packets. According
to his tests, better results are obtained when sending UDP probes with a
payload specific to the protocol.