summaryrefslogtreecommitdiff
path: root/src/dot3.cpp
AgeCommit message (Expand)Author
2017-09-21Use absolute include pathsMatias Fontanini
2017-05-13Remove useless includesMatias 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-05-08Forward NetworkInterface argument when calling PacketSender::send_l2Matias Fontanini
2016-02-20Add extract_metadata to main PDU classesMatias Fontanini
2016-02-20Prefix HAVE_ config.h macros with TINS_Matias Fontanini
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-12-24Add input memory stream class and port some PDUs to use itMatias Fontanini
2015-05-17Fix compilation warnings on Windows x64.Matias Fontanini
2015-05-02Replace WIN32 macro with _WIN32.Matias Fontanini
2015-04-18Allow sending Dot3 on Windows using pcap_sendpacket.Matias Fontanini
2014-08-30Fixed bug triggered on Dot3 serialization.Matias Fontanini
2014-07-13Updated copyright notice.Matias Fontanini
2013-04-23Fixed BSD notice. Updated AUTHORS file.Matias Fontanini
2013-04-23Removed the PDU* parameter in several PDU's constructors.Matias Fontanini
2013-04-22Fixed compilation issues triggered in GNU/kFreeBSD.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-04-21Removed deprecated methods/types.Matias Fontanini
2013-04-21Link layer PDUs no longer contain a NetworkInterface.Matias Fontanini
2013-04-18Added malformed_packet exception. Every class except Dot11* use it.Matias Fontanini
2013-03-26DNS, RadioTap and Dot1Q work when using PacketSender::send_recv.Matias Fontanini
2013-03-26Dot3::matches_response now works as expected.Matias Fontanini
2013-03-25Renamed IEEE802_3 to Dot3.Matias Fontanini