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. + +
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. +
YansWifiPhyHelper::EnablePcap* methods not static any more +
To accommodate the possibility of configuring the PCAP format used for wifi promiscuous mode traces, several methods of YansWifiPhyHelper had to be made non-static:
- static void EnablePcap (std::string filename, uint32_t nodeid, uint32_t deviceid);