Hi. I can't sem to get pcap_dispatch to work...every time it simple
reads
*one* packet and then finishes. I've tried playing with all the timeouts
and maximum packets etc but it does no good.
When I replace _dispatch with _loop, changing nothing else, it
then works fine i.e. pcap_loop works how it should, reading in n
packets then exisiting.
Why is _dispatch only reading 1 packet when I believe it should
be reading multiple packets? (btw, it returns 1, so there is no error)
Thanks for any info
S