summaryrefslogtreecommitdiff
path: root/src/tcp_ip/data_tracker.cpp
AgeCommit message (Collapse)Author
2017-09-21Use absolute include pathsMatias Fontanini
Fixes #250
2017-04-30Move seq_compare into its own header fileMatias Fontanini
2017-04-29Update license date to 2017Matias Fontanini
2016-10-23Feature - Skipping ahead in TCP flows. (#163)Patrick Michel
* Skipping forward in TCP streams, from an out-of-order callback. - Added the ability to skip forward in a flow to a sequence number, with the intention of doing so in an out of order callback. - Re-ordered Flow packet processing, to allow skipTo in out of order callback on stream start (flow sequence number is 0). - Fixed missing seq_compare in flow code. * Renamed skipTo to advance_sequence.
2016-05-03Move TCP data tracking into a separate classMatias Fontanini