Hello, I’m using winpcap capture all packets sent to the VirtNet.
When using MS LoopBack Adapter, this works great on xp, vista. But unfortunately, the MS LoopBack has issues in Win2000 (can’t capture anything). So I’m using VirtNet in 2000 version of my project. But for some reason, every UDP message sent is captured twice by VirtNet (unlike MS LoopBack). Example: When I send a “Hello”,
The capture handler gets “HelloHello”, I’m not sure if it is made of two calls to Handler or 1 call with twice the data.
– Any ideas why the doubling?
– Any idea how to stop this?
– Any ideas how I can filter the second one out – fix there is not fix?
Thanks.