Wireshark-bugs: [Wireshark-bugs] [Bug 12855] Follow TCP Stream shows duplicate stream data
Date: Tue, 18 Oct 2016 12:30:59 +0000

Comment # 17 on bug 12855 from
(In reply to Pascal Quantin from comment #16)
> My patch being far from complete, so my vote is for a revert of the code to
> previous implementation (for now).

I just haven't had the time to get to it, but my idea was to turn the
(original) reassemble_tcp logic into a tap (with tap handling at the UI layer).
 I have not found a way to handle out of order packets (i.e. Peter's samples)
with the current tap setup.
If we're going to revert, I'd like to try to limit it to just TCP, but one
issue is that the refactoring simplified the code so that TCP/UDP/SCTP are all
one code path.  I also think the new functionality took at least 2 commits.


You are receiving this mail because:
  • You are watching all bug changes.