* 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.