Re: [tcpdump-workers] Directly accessing packet buffer

2011-03-28 Thread Guy Harris
On Mar 28, 2011, at 11:18 PM, Rayne wrote: > I would like to be able to directly access the buffer where packets are > stored when they're received. After some googling, I think perhaps libpcap > with mmap would be the solution. Does libpcap 1.0 and above support mmap? Libpcap 1.0 and above su

[tcpdump-workers] Directly accessing packet buffer

2011-03-28 Thread Rayne
Hi, I'm not sure if this is the right place to ask this question. Please direct me to a more suitable forum if otherwise. I would like to be able to directly access the buffer where packets are stored when they're received. After some googling, I think perhaps libpcap with mmap would be the so