From d13d4a869e020e8ef2e25847a77ba3493d4865bc Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 23 Jan 2007 01:09:31 +0000 Subject: [PATCH] Added some of my changes to the CHANGELOG --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7f7256c51..c3e82f996 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,6 +31,18 @@ o Fixed a bug which caused nmap --iflist to crash (and might have o Applied a bunch of code cleanup patches from Kris Katterjohn. +o Changed the IP protocol scan so that it sends actual IGMP headers when + scanning protocol number 2. This makes it much more likely that the host + will respond, proving that it's "open". [Kris] + +o Fixed UDP scan so that it doesn't find it's own port when scanning + localhost. This was thought to be fixed in 4.10. This also prevents a + message being printed (with -d) about an unexpected packet for the same + reason when using the TCP scan. [Kris] + +o The --scanflags option now also accepts "ECE", "CWR", "ALL" and "NONE" as + arguments. [Kris] + o Applied some internal bugfix patches from Eddie Bell. 4.21ALPHA1