<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.3790.2577" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>What is the best method to listen on interfaces on win32?</DIV>
<DIV>Using threads for pcap_loop? Using pcap_next_ex in the main message 
loop?</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm currently using pcap_next_ex in the main message loop, but on heavy 
loaded networks, it takes a really long time for the packets to get 
processed.</DIV>
<DIV>Also, do packets get dropped if they take too long to be processed?</DIV>
<DIV>&nbsp;</DIV>
<DIV>I want to be able to process all packets as soon as possible, without 
losing responsiveness in the gui.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>Bye,</DIV>
<DIV>Ramiro Polla</DIV></FONT></DIV></BODY></HTML>