Hello,
I have used winpcap so far to be able to capture packets, and process them, from more than 1 adapter.
While doing so, some packets from an adapter do NOT get captured, as the pcap_next_ex() for that adapter is not being called at this very moment.
I believe this means using threads is a must, right ?
Can winpcap allow packets to be captured in a BIG buffer for future processing? and still allow ALL packets to be captured ?
Could packet.dll help in this regard, as it is more low level than winpcap ?
Thanks, Srinath
