Re: [tcpdump-workers] New libpcap API

2010-01-15 Thread Mark Bednarczyk
arris > Sent: Friday, January 15, 2010 5:33 PM > To: tcpdump-workers@lists.tcpdump.org > Subject: Re: [tcpdump-workers] New libpcap API > > > On Jan 15, 2010, at 8:17 AM, Mark Bednarczyk wrote: > > > I'm the developer of a java libpcap wrapper jNetPcap. jNetPcap A

Re: [tcpdump-workers] New libpcap API

2010-01-15 Thread Guy Harris
On Jan 15, 2010, at 8:17 AM, Mark Bednarczyk wrote: > I'm the developer of a java libpcap wrapper jNetPcap. jNetPcap API > currently provides comparible libpcap functions for almost everything prior > to libpcap 0.9.8 version. I am planning out additional functions that I > think need to be adde

Re: [tcpdump-workers] New libpcap API

2010-01-15 Thread Darren Reed
Since you're looking for one-liners... On 15/01/2010 9:47 PM, Mark Bednarczyk wrote: bpf_filter- ??? Applies the BPF program (filter) to a packet and returns if the packet should be captured or not. bpf_validate - ??? Verifies that a BPF program is valid and

[tcpdump-workers] New libpcap API

2010-01-15 Thread Mark Bednarczyk
Hi, I'm the developer of a java libpcap wrapper jNetPcap. jNetPcap API currently provides comparible libpcap functions for almost everything prior to libpcap 0.9.8 version. I am planning out additional functions that I think need to be added to the API. Does anyone know which functions were intr