Ethereal-dev: [Ethereal-dev] Re: [Ethereal-cvs] rev 18046: /trunk/epan/dissectors/: packet-tcp

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date Prev · Date Next · Thread Prev · Thread Next
From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 30 Apr 2006 11:36:53 -0700
sahlberg@xxxxxxxxxxxx wrote:

 This makes tcp reassembly work for out-of-order segments

Reassembly might also the way to handle out-of-order TCP segments in general - if, for example, you get segment [M2,M3) followed by segment [M1,M2) (M1 < M2 < M3 - i.e., [M2,M3) is an out-of-order segment), if reassembly is enabled we might reassemble the two segments and hand the reassembled [M1,M3) segment to the subdissector.