From 5c4444ddb5b629e38996f31890d26cd035a3653d Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 9 Feb 2009 19:37:26 +0000 Subject: [PATCH] new David ndiff task --- docs/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/TODO b/docs/TODO index 5038d7545..7e1bc13cc 100644 --- a/docs/TODO +++ b/docs/TODO @@ -64,6 +64,11 @@ o Write Ncat users' guide, demonstrating all the neat stuff you can do Testing it out for examples might expose areas for improvement as well. [David] +o [Ndiff] Rethink the output format. In particular, I would like to + always have the old state on the left and the new state on the + right: "was filtered, is open," not "is open, was filtered." I also + like the context diff–like output of MadHat's nmap-diff. [David] + o Fix the directory function(s) in nse_fs.cc to be usable by scripts and improve flexibility. [this entry added by Patrick]