summaryrefslogtreecommitdiff
path: root/src/bootp.cpp
AgeCommit message (Expand)Author
2017-09-21Use absolute include pathsMatias Fontanini
2017-05-13Remove useless includesMatias 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-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
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-04-18Added malformed_packet exception. Every class except Dot11* use it.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-05Improved compile time using forward declarations and removing useless includes.Matias Fontanini
2012-09-03Moved endianness change functions to endianness.h.Matias Fontanini
2012-08-27RAII'd some code. Everything(hopefully) uses IPv4Address now.Matias Fontanini
2012-08-16Fixed some bugs in Dot11 and DNS. Most of the code uses host_to_be and be_to_...Matias Fontanini
2012-08-15Started fixing endianess issues.Matias Fontanini
2012-08-13Fixed some bugs. Added a better dependency system for Makefiles.Matias Fontanini
2012-08-09Done some minor fixes.Matias Fontanini
2012-08-02Fixed some bugs, added some tests.Matias Fontanini
2012-05-15Modified classes to use the IPv4Address class.Matias Fontanini
2011-09-22Started utils test. cChanged IP formatSantiago Alessandri
2011-09-19Fixed bugs in EthernetII, BootP and DHCP.Matias Fontanini
2011-09-03Added copy constructor and copy assignment operator to all PDUs.Matias Fontanini
2011-08-24Fixed exception syntax error..Matias Fontanini
2011-08-19Added DHCP and BootP constructors from uint8_t buffer. Normalized IP destinat...Matias Fontanini
2011-08-17Added DHCP class. It's now working yet.Matias Fontanini
2011-08-17Added BootP class.Matias Fontanini