Alexander Dupuy wrote:
The crux of the problem is that the line with
*stats = handle->md.stat;
was replaced with
stats->ps_recv = handle->md.packets_read;
stats->ps_drop = 0;
...rather than being executed, followed by a "return 0;", if we succeed
in getting the statistics from
[I tried sending this back on February 4 and 6, but there were problems
with the list, and I don't believe it ever made it through. My
apologies if this is a duplicate.]
The recent changes to pcap-linux.c to prevent double-counting of
received packets have an unfortunate bug that causes the ke
David Young wrote:
In principle, the radiotap header length is variable, but in practice, it
is virtually always 64 bytes; this is an accomodation for libpcap/tcpdump,
which historically could not handle variable-length headers. (I haven't
been paying close attention to notice whether libpcap/t