Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] TCP Retransmitted Packet Assigned with New Seq #

From: Sake Blok <sake@xxxxxxxxxx>
Date: Mon, 3 Mar 2008 11:38:38 +0100
On Mon, Mar 03, 2008 at 02:28:53AM -0800, Becky Vict wrote:
> Hi everyone,
> 
> I have noticed a few retransmitted packets in my captures that are assigned with new seq # by the server. 
> 
> For example packets with seq. # 1, 2, 3, 4 are lost and the server retransmits 1, 2, 11 and 12; 11 and 12 being totally new but part of the retransmissions and there will be no recurrence of 3 and 4 anymore from the server.
> 
> Is this a TCP bug or perfectly normal? 

It could be that the frames with seq 2, 3 and 4 are merged into one 
retransmission with seq 2. Have a look at the length of the packets
to find out...

Cheers,
    Sake