src/common/packet.cc
2009-11-12 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2009-10-01 packet test suite ported to new framework
2009-09-18 Merge NixVector Routing code
2009-06-16 merged with nsnam
2009-06-08 Large merge with nsnam
2009-05-22 Merge changes from ns-3-dev.
2009-03-23 rename normal tags to byte tags
2009-03-20 add packet tag iterator
2009-03-20 PacketTagList
2009-06-08 avoid extra memory allocations when using PcapWriter
2009-06-03 new tags
2009-06-02 merge with HEAD
2009-06-02 Backed out changeset b7faa7398d1e
2009-06-02 bug 572: Tag offsets not updated in Packet::PeekData
2009-06-02 improve logging output
2009-06-02 add missing log call
2009-05-19 bug 560: remove deprecated methods.
2008-10-17 add API to get bytes out of a packet without calling PeekData
2008-10-10 bug 331: constify Packet::PeekHeader
2008-08-25 bug 279: Packets need metadata support for printing without header checking
2008-07-01 implement Packet::PeekHeader and Packet::PeekTrailer to avoid evil workarounds when receiving tcp packets.
2008-06-21 bug 217: yet another testcase: make sure we handle degenerate testcases with tags which refer to non-existant data.
2008-06-21 another testcase for bug 217. Make sure we do not report tags outside of the current range
2008-06-21 bug 217: add failing testcase
2008-06-06 a few new testcases, bug fixes.
2008-06-04 bug 212: Packet::PrintTags fails
2008-06-03 bug 200: Packet::PrintTags is not implemented.
2008-05-28 add logging
2008-05-08 help return-value-optimization
2008-05-07 a couple more tests.
2008-05-06 test self-assignment of packets
2008-04-24 Mtag -> Tag
2008-04-24 remove now-unused Tags class
2008-04-24 a new tag implementation: Mtag
2008-04-22 move Packet::AddAtEnd implementation to the Buffer code.
2008-03-31 remove 'All rigts reserved' keyword per tom's suggestion
2008-03-28 delete a packet chunk after deserializing it from a packet.
2008-03-21 TypeId::GetAttributeListN -> TypeId::GetAttributeN
2008-03-19 remove template methods.
2008-03-19 convert Packet::Print to use Chunk::Print
2008-03-17 implement Packet::Print
2008-03-17 really kill dead code.
2008-03-17 replace PacketPrinter with an iterator
2007-10-01 add Packet::Ref/Unref methods
2007-09-12 merge with trunk
2007-09-10 improve debugging output
2007-08-28 merge with trunk
2007-08-27 add operator << for Packet and TraceContext
2007-08-10 avoid more spurious whitespaces during testing
2007-08-08 add Packet::PrintTags and move tag documentation to tag.h
2007-08-04 fix packet serialization/deserialization
2007-08-04 finish packet serialization/deserialization
2007-08-04 add doxygen documentation, constify
2007-08-04 rework the PacketPrinter API and implementation
2007-08-04 use CreateFullCopy and implement Serialize/Deserialize
2007-06-21 merge from head
2007-06-12 history -> metadata
2007-06-12 avoid duplicating the packet uid
2007-06-07 PacketHistory -> PacketMetadata
2007-06-07 rename History::Enable to Packet::EnableMetadata