Re: [tcpdump-workers] pcap_next_ex receive isse

2015-10-24 Thread Christian Gieseler
Hi Guy, thanks for your answers. > > On Oct 23, 2015, at 7:04 AM, Christian Gieseler wrote: > >> I have a receive thread in my program which shall capture frames according >> to a filter. The Host is sending frames with the same multicast destination >> mac as I want to receive them with th

Re: [tcpdump-workers] pcap_next_ex receive isse

2015-10-23 Thread Guy Harris
On Oct 23, 2015, at 7:04 AM, Christian Gieseler wrote: > I have a receive thread in my program which shall capture frames according > to a filter. The Host is sending frames with the same multicast destination > mac as I want to receive them with the filter. > Filtering in general works fine. I