Hi, Is there any way to instruct the winpcap lib to return from pcap_next_ex function (or any other receive functions) immediately when it received a packet and not wait until the timeout specified in pcap_open elapsed (what I mean is like a WaitForSingleObject behavior)? Thanks in advance Moshe