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

[tcpdump-workers] pcap_next_ex receive isse

2015-10-23 Thread Christian Gieseler
Hi all, 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. It looks as if I only receive the frames I want. But somehow