1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Added a note on payload spec in ARP mode. I thought it was possible to do it already, but apparently it's not.

This commit is contained in:
luis
2010-05-27 19:57:01 +00:00
parent 20599d15b7
commit 5edaabd200

View File

@@ -224,6 +224,13 @@
on the internet. What should be the default behaviour? Stick with the
default round count of 5 or increment it when --traceroute is set?
* ARP mode does not support payload specification. However, users may
want to do things like appending null bytes at the end of an ARP
packet to test some device behaviour, etc. Adding support for
payload to this mode is really trivial, would make the payload spec
more consistent with the rest of the modes, and may be a nice to have
feature.
/*****************************************************************************
* Things that have been solved already *
*****************************************************************************/