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 errors detection

From: Abhik Sarkar <sarkar.abhik@xxxxxxxxx>
Date: Sun, 18 Apr 2010 16:40:14 +0400
Hi Victor,

Have a look at this page: http://www.wireshark.org/docs/dfref/t/tcp.html

You can use display filter on the following fields:
tcp.analysis.retransmission
tcp.analysis.fast_retransmission
tcp.checksum_bad

For TCP checksums, please also refer to this page: http://wiki.wireshark.org/TCP_Checksum_Verification
For retransmissions, also refer to this page: http://wiki.wireshark.org/PacketLoss

HTH
Abhik.

On Sun, Apr 18, 2010 at 4:17 PM, Victor lyamtsev <vlyamtsev@xxxxxxxxx> wrote:
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
___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
            mailto:wireshark-users-request@xxxxxxxxxxxxx?subject=unsubscribe