commit 9b53feb62ad13c1f520c31e7dc2e90e42e433e0b
parent 91030f81c629bed08a2bb7c4c8e4e46b599e6db3
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Thu, 30 Jun 2005 14:53:34 +0000
changelog update for 1.44
Diffstat:
1 file changed, 27 insertions(+), 0 deletions(-)
diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt
@@ -1,5 +1,32 @@
$Id$
+v1.44
+ o added post-config section to configure: emit important
+ config option settings that weren't previously indicated
+
+ o for BSD platforms, only emit pcap_restart warning from
+ configure if ``--disable-pcap-restart'' hasn't been
+ specified
+
+ o added IPv6 and ICMPv6 support (all platforms); disabled by
+ default for common case where libpcap wasn't compiled with
+ IPv6 support
+
+ o added support for displaying protocol number (``-N''),
+ useful for when observing raw packets
+
+ o added support for new display method ``single'', similar to
+ ``byline'' but both header and data occupy one single line
+
+ o introduced multiple levels of quiet (``-q''); the more it is
+ specified the more quiet ngrep becomes
+
+ o reorganization of some internal support headers and core
+ code to eliminate redundancy, improve readability and
+ efficiency, and support new features
+
+ o changed all integer types to be bit- and sign-explicit
+
v1.43
o healed the win32 code fork: ngrep now builds from the same