[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

Re: [tcpdump-workers] [tcpdump-htdocs] no libpcap 1.7.4 changelog (#7)

2015-10-23 Thread Michael Richardson
Nick Owens wrote: > the changelog url provided on tcpdump.org for the libpcap 1.7.4 release > contains no changelog for 1.7.4 or any instance of the string '1.7.4'. am i > confused or is this an error? > http://www.tcpdump.org/libpcap-changes.txt Hi, looks like the tcpdump-htdo

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