Windows 7 Computer is sending duplicate packets

Ariel Dor

New Member
Joined
Jul 31, 2013
Hi all.

I'm having a weird issue with my network connection:

When sniffing my connection using wireshark I'm seeing a ton of duplicate packets incoming and outgoing. To check the issue I've filtered ICMP packets and ran a ping to 8.8.8.8.

What I'm seeing are 4 request packets leaving my NIC with decreasing TTL from 128 to 125 and afterward 4 replies arriving, so i suspect the issue is within my computer.

I've tried multiple searches both with Google and inside forums with no luck finding an answer.
I have no clue to what might be the problem and my only though is maybe the packet rotates 3 times because of the routing table and each time another is sent out (thus the decreasing TTL).
Checked the routing table and the only route conforming with the said destination is the default one so this is not the problem.

Has anyone ever encountered this problem?

OS is WIN7x64, hardware - 2 NICs with only 1 connected to a switch, then a cable modem. (the other NIC is disconnected)
 
I'm referring to the same packet. with same ID sent 4 times with decreasing TTL:
e.g.
running ping -n 1 8.8.8.8 (run only 1 count)
results in:
81ad3ceb3dea285926fbed56d156b9a1.png


*Note the same sequence number for all packets
 
patcooke, you misunderstood me. These 4 packets are from a single ping request (-n 1)
this is what happens when I do -n 2:
6731160ae169c131f1b57fa0c771f4fe.png

0f729aeaaff2d5ba93a56afd736367eb.png


notice the single ping command executed 2 ping packets and received 2, however in the sniffer you see 8 outgoing packets and 8 incoming.

This is not just an issue with PING as I've stated, as it happens with other types of packets aswell:
adedab70268c149fb890e0d249c7890e.png


notice how the program states the packets being DUPs AND have the same SEQUENCE number
 
Yes. always I see 1 packet and then simultaneously 3 duplicate packets with it.
0a8a1f774c2e1a7cdb55821e5fe0136c.png


there are some packets which are "fine" in the way that they are not duplicated but most traffic of IP4 is duped.
 
Back
Top Bottom