diff --git a/CHANGES.html b/CHANGES.html index 9332788a8..649113ece 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -65,12 +65,31 @@ where format is one of PCAP_FORMAT_80211_RADIOTAP, PCAP_FORMAT_80211_PRISM or P

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: