Re: [tcpdump-workers] RFC: Add multicast reception API to libpcap

2007-08-27 Thread Rick Jones
Bruce M. Simpson wrote: Rick Jones wrote: So this is meant to enable receipt of specific multicasts and not receipt of all multicasts right? Is that a particularly "pcappy" thing? Correct. I believe it logically belongs with pcap, as it is something which may well be required if using pcap

Re: [tcpdump-workers] Having hard time creating my capture device

2007-08-27 Thread Fulko Hew
On 8/24/07, Guy Harris <[EMAIL PROTECTED]> wrote: > > Audet, Jean-Michel wrote: > > > My problem is when I am starting the capture. My function close is > > called then the find device loop starts, all the device (including > > Ethernet, lo, ...) are re-open than close and is stuck in a loop. Tha