From db417445b45c9e84a4e04291b30686547e56c3ff Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 27 Jul 2011 08:54:27 +0000 Subject: [PATCH] Add a couple of items, related to the echo server --- todo/nping.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/todo/nping.txt b/todo/nping.txt index 7fcfb6ffa..39f5934cc 100644 --- a/todo/nping.txt +++ b/todo/nping.txt @@ -84,6 +84,13 @@ - Consider making the echo server bind to all IPv4 AND IPv6 interfaces. + - Add a description of the security implications of running a public echo + server (failures in the packet matching algorithm, etc), to either the + RFC or the man page. Suggested by Toni Ruottu. + + - Test the new --safe-payloads option with a packet fuzzer to make sure + the packet parser behaves correctly. + * When running Nping echo client with the --no-capture parameter, the last packet's CAPT line is not displayed.