I am getting retransmission for each packet in my Wireshark log.

asked 2022-09-22 21:17:17 +0000

Mitesh gravatar image

Hi. I am new user of Wireshark. I am getting retransmission for each packet in my Wireshark log. Why every packet is retransmitted ? if it is retransmitted due to Wireshark capture then how to disable this ? does this network has any issue since there is multiple retransmission ??

I uploaded the capture file at below link.

https://ftp01.bh.yokogawa.com/message...

edit retag flag offensive close merge delete

Comments

That's a pretty big file. Can you save out a few thousand packets into a smaller file and post a link.

From what I saw, you're capturing duplicates of the packets. (maybe from a span port?)
There is a preference in the frame protocol to generate a MD5 hash for each packet. Compare these to see if the packets are identical.

Chuckc gravatar imageChuckc ( 2022-09-23 00:23:44 +0000 )edit

I checked the pockets are identical.

I have uploaded the 1 MB file. please check and suggest. Does this duplicate packets increase network load ?

https://ftp01.bh.yokogawa.com/message...

Mitesh gravatar imageMitesh ( 2022-09-23 08:51:56 +0000 )edit

Your capture setup is not normal - not only are your specific TCP packets duplicated, you get 18 copies of broadcast/multicast frames.

So I wonder - you are on a mirror port destination, collecting traffic, and you have 18 ports mirrored to this single destination? The unicast is flowing on two of them due to L2 filtering so you see unicast twice (once from each link), but it is an unmanaged infrastructure device so multicast and broadcast is sent to all ports, so you pick up multiple copies. You have 172 and 192 networks all intermingled so actually not really sure what you have going on - typically a vlan is a subnet but you could be mirroring multiple vlans, or doing something else.

Just guessing... probably does not impact unicast communications as it might just be an artifact of the capture system. Please describe your network/capture setup.

Bob Jones gravatar imageBob Jones ( 2022-09-23 10:38:02 +0000 )edit