src/common/packet.h
2009-11-12 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2009-11-10 remove uneeded header
2009-09-18 Minor documentation typo
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 update API dox
2009-03-23 rename normal tags to byte tags
2009-03-20 doxygen
2009-03-20 add packet tag iterator
2009-03-20 PacketTagList
2009-06-08 avoid extra memory allocations when using PcapWriter
2009-06-08 remove dead reference to EnableMetadata
2009-06-04 update documentation
2009-06-03 new tags
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-04 RemoveTag does not exist
2008-06-04 bug 202: classes disappeared from doxygen output
2008-06-02 doxygen updates
2008-05-29 Doxygen organization
2008-05-06 test self-assignment of packets
2008-05-06 add dox doc
2008-04-24 mtag -> tag
2008-04-24 Mtag -> Tag
2008-04-24 remove now-unused Tags class
2008-04-24 add a couple of dox comments
2008-04-24 a new tag implementation: Mtag
2008-03-31 remove 'All rigts reserved' keyword per tom's suggestion
2008-03-19 remove template methods.
2008-03-17 replace PacketPrinter with an iterator
2008-03-16 get rid of unneeded object-base include
2008-03-16 do not use ObjectBase as a base class.
2008-01-30 introduce ObjectBase
2008-01-10 Doxygen organization
2007-12-11 make Packet::AddTag a const method
2007-10-29 merge in packet.bundle
2007-10-01 add Packet::Ref/Unref methods
2007-10-13 Clarify pkt-uid field in doxygen
2007-10-13 back out unrelated changes
2007-10-13 Clarify pkt-uid field in doxygen
2007-08-27 add operator << for Packet and TraceContext
2007-08-08 fix dox warning
2007-08-08 beautify packet API doxygen
2007-08-08 add Packet::PrintTags and move tag documentation to tag.h
2007-08-08 introduce Tag base class similar to Header and Trailer
2007-08-08 remove Chunk base class
2007-08-04 update the Tag API to match the Header/Trailer API
2007-08-04 update dox
2007-08-04 add doxygen documentation, constify
2007-08-04 use CreateFullCopy and implement Serialize/Deserialize
2007-08-03 add Tag documentation
2007-08-03 doxygen improvements to Packet, Tags, and Headers/Trailers
2007-08-03 improve dox
2007-06-21 fix small variable name typo
2007-06-12 history -> metadata