From 5edaabd20070a506c8beb3732064375e395fd787 Mon Sep 17 00:00:00 2001 From: luis Date: Thu, 27 May 2010 19:57:01 +0000 Subject: [PATCH] Added a note on payload spec in ARP mode. I thought it was possible to do it already, but apparently it's not. --- todo/nping.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/todo/nping.txt b/todo/nping.txt index 3bc67e665..782f88146 100644 --- a/todo/nping.txt +++ b/todo/nping.txt @@ -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 * *****************************************************************************/