summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-01Bump minor versionv3.5Matias Fontanini
2017-04-01Add release notes for v3.5Matias Fontanini
2017-03-23Merge branch 'develop'Matias Fontanini
2017-03-21Allow disabling pcap packet captureMatias Fontanini
2017-03-11Use QoS TID when building AAD for CCMP decryptionMatias Fontanini
2017-01-31Merge branch 'develop'Matias Fontanini
2017-01-25Fix -Wextra compiler warnings. (#184)Kyle Fazzari
2017-01-16Use actual payload length to construct inner PDU. (#179)Ed Catmur
2017-01-15Check expected size properly on DNS::extract_metadataMatias Fontanini
2016-12-11Use markdown for CHANGES fileMatias Fontanini
2016-12-11Remove AUTHORS fileMatias Fontanini
2016-11-04Use immediate mode on DNS spoof exampleMatias Fontanini
2016-11-04Fix build issue on FreeBSD 11Matias Fontanini
2016-11-01Execute original ooo callback first on recovery modeMatias Fontanini
2016-10-30Keep original out of order callback on recovery modeMatias Fontanini
2016-10-30Add Stream recovery modeMatias Fontanini
2016-10-30Add flag to Stream to know whether it was attachedMatias Fontanini
2016-10-30Allow enabling attachment to partial streamsMatias Fontanini
2016-10-23Add check for noexcept when checking C++11 featuresMatias Fontanini
2016-10-23Cleanup tests names and CMake scriptMatias Fontanini
2016-10-23Feature - Skipping ahead in TCP flows. (#163)Patrick Michel
2016-10-21Use proper IPv6 flag when opening l3 socketMatias Fontanini
2016-10-18Fix buffer length check issue on Dot11QosDataMatias Fontanini
2016-09-29Set last next protocol to 0 if no inner_pdu on IPv6Matias Fontanini
2016-09-29Set payload type to 0 if no inner_pdu on Dot1QMatias Fontanini
2016-09-29Set protocol to 0 if no inner_pdu on IPMatias Fontanini
2016-09-28Refactored code related to stream/flow initialization. (#170)Patrick Michel
2016-09-27Use relative include for config.hMatias Fontanini
2016-09-27Only enable TCP stream's custom data if boost.any is foundMatias Fontanini
2016-09-27Allow setting custom user data to each TCP streamPatrick Michel
2016-09-27Set EthernetII payload type to UNKNOWN if no inner_pduMatias Fontanini
2016-09-26Use boost include paths/libs on appveyor buildMatias Fontanini
2016-09-26Merge branch 'develop'Matias Fontanini
2016-08-31Correct typo preventing user buffer management for server TCP streams. (#160)Jim Hague
2016-08-14Fix Cppcheck 1.75 warnings (#159)Huemac
2016-08-13Variable `Boost_INCLUDE_DIRS` incorrectly used in cmake file (#158)Vikas Kumar
2016-07-20Allow including libtins using add_subdirectory via CMakeSergey Kovalevich
2016-06-24Added cmake compiling support for MinGW (#155)ps790
2016-06-17Allow configuring pcap timestamp precisionMatias Fontanini
2016-06-16Fix timestamp integer overflow issueMatias Fontanini
2016-06-07Add helper function to create StreamIdentifier from const Stream& (#152)Jacob Parker
2016-06-06Fix typo in arp.h comment (#151)Wouter Overmeire
2016-05-26fixed: superfluous includes, docu (#148)Rolf Winter
2016-05-08Forward NetworkInterface argument when calling PacketSender::send_l2Matias Fontanini
2016-05-08Fix compilation warning on VCMatias Fontanini
2016-05-08Make Timestamp::current_time work on WindowsMatias Fontanini
2016-05-08Add TINS_API to DataTracker and AckTracker classesMatias Fontanini
2016-05-05Fix typo in macros.hMatias Fontanini
2016-05-03Use recvfrom on BSD/OSX when capturing layer 3 packetsMatias Fontanini
2016-05-03Use exception strings on std::runtime_error's constructorMatias Fontanini