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

  • retag add tags

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...

Mitesh's avatar
1
Mitesh
asked 2022-09-22 21:17:17 +0000
edit flag offensive 0 remove flag 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's avatar Chuckc (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's avatar Mitesh (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's avatar Bob Jones (2022-09-23 10:38:02 +0000) edit
add a comment see more comments