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
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
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