src/common/pcap-writer.cc
2009-08-13 bug 639: add configurable capture size to pcap
2009-07-24 back out Radiotap header change causing regression
2009-06-08 avoid extra memory allocations when using PcapWriter
2009-06-03 fix build with gcc 3.4.6
2009-06-03 added support for radiotap and prism headers
2009-01-16 bug 329: pcap files generated in native win32 (mingw) are always corrupt
2008-11-25 instrument PcapWriter
2008-05-14 close the writer before deleting it
2008-05-11 fix bug 161
2008-04-11 ensure that out PcapTraces are generated in a consistant format to allow simple comparison of traces against a single set of reference traces.
2008-03-31 remove 'All rigts reserved' keyword per tom's suggestion
2008-03-27 remove useless trailing ;
2007-10-01 do not use Packet objects directly. Use Ptr<Packet> instead
2007-03-30 remove dependency on SystemFile
2007-03-29 put together a PcapTrace and test it
2007-03-29 add wifi pcap output
2007-03-29 add ip output
2006-11-21 rename Time::ApproximateTo methods to Time::Get
2006-11-01 fix coding style
2006-10-28 new Time implementation
2006-10-21 fix coding style
2006-10-20 change emacs mode to new NS3 elisp mode
2006-10-06 fix coding style
2006-10-02 try to get rid of tabs which sneaked in
2006-10-02 fix emacs tab mode (reported by george)
2006-09-08 replace pointers with references
2006-09-05 change indent to be 4 spaces
2006-09-05 variable/method/function coding style update
2006-09-05 member variables coding style change
2006-09-03 first cut at george's ideas on api
2006-08-29 change yans namespace to ns3
2006-08-29 replace yans include with ns3 include
2006-08-29 import from yans