ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-users: [Wireshark-users] tcp errors detection

From: Victor lyamtsev <vlyamtsev@xxxxxxxxx>
Date: Sun, 18 Apr 2010 08:17:57 -0400
Hi,

 how can i locate retransmission error for TCP sequence in wireshark capture ?
Should I look for ACK with repeated sequence number ?
For example:

[ACK] Seq = 1355 Ack = 13409 ...
[ACK] Seq = 1355 Ack = 13500

How can i detect checksum errors from the capture ?

Thanks,
-vvv