|
Latest ChangeLog for the libnetdude module
Here are the last ten CVS ChangeLog entries:
libnetdude 0.11 Changelog
========================================================================
Mon Sep 1 14:47:03 CEST 2008 Christian (email protected)
This is 0.11.
------------------------------------------------------------------------
Mon Sep 1 14:43:54 CEST 2008 Christian (email protected)
Bump documentation version number to 0.11.
------------------------------------------------------------------------
Fri Aug 29 15:55:55 CEST 2008 Christian (email protected)
A whole round of mostly minor updates and cleanups:
- Added libnd_proto_plugin_add() to allow external registration of
protocol plugins. The upcoming Netdude 0.5 uses this for the new pcap
plugin.
- The way some of the PACKAGE_xxx strings were derived by configure was
broken on recent systems, and is now more thorough.
- Copyright years updated.
- Cosmetic cleanups to ChangeLog, new versions of generated files.
------------------------------------------------------------------------
Fri Dec 14 17:25:14 CET 2007 Christian (email protected)
- No longer force unclaimed payload bytes to be shown as raw data, as
the user is likely to confuse this with regular payload, for example
of TCP.
------------------------------------------------------------------------
Wed Dec 5 11:07:01 PST 2007 Christian (email protected)
More robust determination of the various paths at configuration time
(as used, for example, by lndtool). The code previously didn't ensure
that all variables in paths are resolved, which would lead to broken
paths at runtime.
------------------------------------------------------------------------
Tue Nov 13 10:58:17 PST 2007 Christian (email protected)
- Added support for VLAN-tagged Ethernet headers.
------------------------------------------------------------------------
Sun Jun 24 16:17:08 PDT 2007 Christian (email protected)
This is 0.10a.
------------------------------------------------------------------------
Sun Jun 24 13:41:38 PDT 2007 Christian (email protected)
Bugfix: initialize the new packet data when the caplen is increased.
------------------------------------------------------------------------
Tue Jun 12 14:31:49 PDT 2007 Christian (email protected)
The init_packet() hook of LND_Protocol has been changed to return a
pointer to the end of the area of data actually used by the protocol,
and the protocol plugins have been updated accordingly.
This allows protocols earlier on in the chain to become aware of
subsequent protocols not using up all the given space. A case in point
where this occurs is ICMP extensions: so far, Netdude would not
properly parse/show the MPLS information that is contained in some
of the ICMP traffic triggered by traceroute, because for ICMP errors
the chain would end with the last protocol contained in the embedded
ICMP-triggering datagram. This protocol, however, knows nothing about
the following MPLS extension header.
------------------------------------------------------------------------
Wed Jun 6 21:50:03 PDT 2007 Christian (email protected)
This is 0.10.
------------------------------------------------------------------------
|
|
|
|
|