Guy Harris alum.mit.edu> writes:
> You probably need a newer kernel. The original ring buffer mechanism didn't
work if the userland code isn't
> the same bit width as the kernel code, because "struct tpacket_hdr" has an
"unsigned long" member, which
> means the structure's layout differs between
On May 8, 2011, at 8:26 AM, Zvika Meiseles wrote:
> I'm writing a program that uses packet capture via libpcap. It is built on
> multiple platforms and OS's, and runs fine on most of them. However, the
> combination of 32 bit binaries on a PPC64 Linux is failing (kernel
> 2.6.18-194.el5). 64 bit
Hi,
I'm writing a program that uses packet capture via libpcap. It is built on
multiple platforms and OS's, and runs fine on most of them. However, the
combination of 32 bit binaries on a PPC64 Linux is failing (kernel
2.6.18-194.el5). 64 bit binaries of the same code work fine.
I've narrowed the