Good day, colleagues!<br><br>Can you explain me, what interaction between two running WinPcap applications?<br><br>My problem: <br><br>I have simple WinPcap application. It works well under low and medium network load but on high network load it becomes to lose packets. The most wonderful thing is when I launch Wireshark, start capturing and after that launch my application, my app works perfectly well.<br>
<br>I've inspected Wireshark code, and, as I can understand, in Windows it opens network device by<br><br>pcap_open_live<span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">(</span><span style=" color:#000000;">device</span><span style=" color:#000000;">-></span>name<span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">65535</span><span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">1</span><span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000080;">250</span><span style=" color:#000000;">,</span><span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">errbuf</span><span style=" color:#000000;">)<br>
<br>I've tried to open device in exactly the same way in my app, but it's still show poor performance without launched Wireshark. So could you advice me, how cah I raise my app performance to level when it launched simultaneosly with Wireshark?<br clear="all">
</span>
<br>-- <br>Best regards, Metcherin Sergey.<br>