summaryrefslogtreecommitdiff
path: root/src/rawpdu.cpp
AgeCommit message (Expand)Author
2017-09-21Use absolute include pathsMatias Fontanini
2017-04-30Remove inclusion of algorithm almost everywhereMatias Fontanini
2017-04-29Update license date to 2017Matias Fontanini
2017-04-29Remove parent parameter from write_serializationMatias Fontanini
2017-01-25Fix -Wextra compiler warnings. (#184)Kyle Fazzari
2016-01-31Update copyright noticeMatias Fontanini
2016-01-09Code cleanup and use same syntax on the entire projectMatias Fontanini
2015-12-27Remove unused cassert header inclusionsMatias Fontanini
2015-12-26Add OutputMemoryStream and port most classes to use itMatias Fontanini
2015-05-17Fix compilation warnings on Windows x64.Matias Fontanini
2014-07-13Updated copyright notice.Matias Fontanini
2013-04-23Fixed BSD notice. Updated AUTHORS file.Matias Fontanini
2013-04-22assert() is only called when TINS_DEBUG is defined.Matias Fontanini
2013-04-21PDU::matches_response is now const.Matias Fontanini
2013-03-25IP now fills automatically the sender address when no link layer PDU is prese...Matias Fontanini
2012-10-07libtins now uses a BSD license.Matias Fontanini
2012-10-07Removed the useless PDU::flag member. Added a PDU concatenation operator.Matias Fontanini
2012-09-02Added small_uint class.Matias Fontanini
2011-08-18Added Sniffer class. Added a constructor to eery PDU subclass which creates a...Matias Fontanini
2011-08-16RawPDU now can copy the payload. Modified PDU::clone_inner_pdu to use this.Matias Fontanini
2011-08-13Added RawPDU class. Removed payload member from TCP and UDP. They're not repr...Matias