diff -r 54c51be9c6eb -r e865dbc1d157 CHANGES.html --- a/CHANGES.html Fri Jun 05 09:46:08 2009 -0700 +++ b/CHANGES.html Mon Jun 08 09:19:00 2009 +0200 @@ -65,12 +65,31 @@

class Ipv4 now contains attributes in ipv4.cc; the first one is called "IpForward" that will enable/disable Ipv4 forwarding. + +

  • packet tags +

    class Packet now contains AddPacketTag, RemovePacketTag and PeekPacketTag +which can be used to attach a tag to a packet, as opposed to the old +AddTag method which attached a tag to a set of bytes. The main +semantic difference is in how these tags behave in the presence of +fragmentation and reassembly. +

  • +

    Changes to existing API: