summaryrefslogtreecommitdiff
path: root/src/loopback.cpp
AgeCommit message (Collapse)Author
2017-09-21Use absolute include pathsMatias Fontanini
Fixes #250
2017-08-13Serialize Loopback on Windows and use proper flag for IPv6Matias Fontanini
2017-08-13Add IPv6 layer parsing on Loopback packetsMatias Fontanini
2017-08-13Don't skip inner PDU parsing on LLC when building on WindowsMatias Fontanini
Relates to issue #236
2017-05-13Remove useless includesMatias 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-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-02Replace WIN32 macro with _WIN32.Matias Fontanini
2014-10-25Added Loopback::matches_response.Matias Fontanini
2014-07-13Updated copyright notice.Matias Fontanini
2014-05-06Fixed compilation errors on Windows.Matias Fontanini
2013-10-18Added tins_cast as a replacement for dynamic_cast when using it on PDU classes.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-22assert() is only called when TINS_DEBUG is defined.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-01-28Added DHCPv6 client/server id options' getters/setters.Matias Fontanini
2012-12-09Null/Loopback PDUs can now be sent on *BSD.Matias Fontanini
2012-12-02libtins compiles and runs under windows. Packets apparently can't be sent yet.Matias Fontanini
2012-11-28Ported almost everything to BSD. Utils::route_entries and sending link layer ↵Matias Fontanini
PDUs still don't work.
2012-10-08Every test now pass on big endian architectures. Ported about half of the ↵Matias Fontanini
library to windows as well.
2012-10-07libtins now uses a BSD license.Matias Fontanini
2012-10-07Added NULL/Loopback PDU.Matias Fontanini