summaryrefslogtreecommitdiff
path: root/src/pppoe.cpp
AgeCommit message (Collapse)Author
2017-09-21Use absolute include pathsMatias Fontanini
Fixes #250
2017-05-08Fix undefined std::min use in PPPoEMatias Fontanini
2017-04-29Update license date to 2017Matias Fontanini
2017-04-29Remove parent parameter from write_serializationMatias Fontanini
This is no longer needed as each PDU knows its parent PDU already
2016-02-28Make *MemoryStream use size_t rather than uint32_tMatias Fontanini
2016-01-31Update copyright noticeMatias Fontanini
2016-01-09Code cleanup and use same syntax on the entire projectMatias Fontanini
Initial code cleanup More code cleanup Cleanup more code Cleanup Dot11 code Fix OSX build issue Cleanup examples Fix ref and pointer declaration syntax Fix braces
2015-12-27Remove unused cassert header inclusionsMatias Fontanini
2015-12-26Add OutputMemoryStream and port most classes to use itMatias Fontanini
2015-12-25Port all PDUs to use InputMemoryStream on constructors from bufferMatias Fontanini
2015-05-17Fix compilation warnings on Windows x64.Matias Fontanini
2014-09-24Added correct parsing of PPPoE session packets.Matias Fontanini
2014-07-31fix armv5 alignment issuesChristian Hammerl
2014-07-13Updated copyright notice.Matias Fontanini
2013-12-18Ported PPPoE and started porting Dot11.Matias Fontanini
2013-07-12Fixed issue related with EthernetII protocol.Santiago Alessandri
The Ethernet II protocol forces a minimum length of 60 bytes. It is necessary to add a trailer for padding of null-bytes when the inner_pdu's size does not meet the requirement. Also EthernetII packets received were being incorrectly parsed due to the existance of this padding. The issue has been solved and several tests were added. All tests successfully pass.
2013-04-23Fixed BSD notice. Updated AUTHORS file.Matias Fontanini
2013-04-23Moved definitions inside TINS_IS_CXX11 into header files.Matias Fontanini
2013-04-18Added malformed_packet exception. Every class except Dot11* use it.Matias Fontanini
2013-04-09Modified some protocols' internal type names.Matias Fontanini
2013-04-07Added PPPoE.Matias Fontanini