aboutsummaryrefslogtreecommitdiffstats
path: root/fix/FIX43.xml
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-08-27 15:12:34 -0400
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-08-30 21:44:11 +0000
commitf3df91b90d2cd1f71b266b4be53f754df9828a5c (patch)
tree258d668f3759f34bc2de4a43131c4a087c617fb9 /fix/FIX43.xml
parentbed5b0e02521e93f94b7ddf475ae9067b934dc71 (diff)
tcp: Fix handling of retransmission for reassembly
When reassemble_ooo is set, we can do a better job determining if a segment is retransmitted or not from the reassembler perspective, which is different than what TCP sequence analysis determines, which is retransmission from the sender's perspective. This also allows us to have a good way of dealing with retransmission but with additional data. This only works when reassembling out of order is set. Without it, we fall back to the old method of detecting retransmissions, which has a harder time with the edge cases. Fix #17406, fix #15993, fix #13388, fix #13523.
Diffstat (limited to 'fix/FIX43.xml')
0 files changed, 0 insertions, 0 deletions