summaryrefslogtreecommitdiff
path: root/include/tins
AgeCommit message (Expand)Author
2015-03-20Fix BaseSniffer::sniff_loop documentation.Matias Fontanini
2015-03-07Remove include/tins/config.h.Matias Fontanini
2015-03-07Merge pull request #57 from rioderelfte/include-guardMatias Fontanini
2015-03-06Merge pull request #51 from EricMCornelius/masterMatias Fontanini
2015-03-06Rearranged and updated RadioTap fields for big endianHarald Unander
2015-03-05add an include guard to config.hFlorian Sowade
2015-03-05Make sure we can still compile old loop signatures without c++11 enabledEric Cornelius
2015-03-04Add missing RadioTap fields.Matias Fontanini
2015-02-25Eliminate unnecessary explicit template parameter specificationEric Cornelius
2015-02-25Support both move and reference overloads for the loop handlerEric Cornelius
2015-02-09Fixed type for _dbm_signal and _dbm_noiseUlf Wetzker
2015-02-09Fixed name in RadioTap present bitmap for field dbm_TX_powerUlf Wetzker
2015-02-09 Add Exception for fields that are not present in RadioTap frames.Ulf Wetzker
2015-02-06Move packet into callback to avoid unnecessary clone, fix forward_iterator va...Eric Cornelius
2015-02-05Generalize the accepts_type trait a bit, and move to internals.h, rename the ...Eric Cornelius
2015-02-04Use type_traits to enable Packet& sniff_loop callback variant in C++11 buildsEric Cornelius
2014-12-21Fixed PKTAP next layer interpretation.Matias Fontanini
2014-12-21Added PKTAP header.Matias Fontanini
2014-11-13Replaced calls to PDU::rfind_pdu to find_pdu on TCPStreamFollower.Matias Fontanini
2014-11-06Fixed invalid parsing of RadioTap ext flag field.Matias Fontanini
2014-10-25Added Loopback::matches_response.Matias Fontanini
2014-10-19Added NetworkInterface::is_loopback.Matias Fontanini
2014-10-17Moved headers to include/tins.Matias Fontanini