Duplicate frames in Wireshark
TheCodingCaesar opened this issue · 2 comments
Hi Guys,
I have created a whole TCP/IP stack using Pcapdotnet and c#.
But in some PCs wire-shark shows a duplicate frames for all the packets send with the Pcapdotnet. Please see the Screenshot
Here Frame no.s 303, 306 and 308 are sent using pcapdotnet and 304,307 and 309 are the respective duplicates.
These duplicate frames are not reaching the destination or on the network.
This issues are only observed in some Windows PCs.
Only using communicator.send() once for sending a packet.
See the attached log. 169.254.242.137 is using Pcapdotnet stack
Issue.zip
Is anyone can help me on this?
It's unclear this is an issue with Pcap.Net.
Without a way to reproduce this, there's no clear AI for this issue.
I'm closing this and the discussion on this can be continued in https://groups.google.com/forum/#!topic/pcapdotnet/P9JMZr0J-Ko.
@TheCodingCaesar I assume you're the original poster of this question:
https://stackoverflow.com/questions/48663902/duplicate-frames-in-wireshark-pcapdotnet/57192292#57192292
If you're curious, I think I found an answer.