Uses of Class
jnetpcap.filter.bpf.BPFProgram

Packages that use BPFProgram
jnetpcap.filter.bpf.vm BPF Virtual Machine in executed in pure java. 
 

Uses of BPFProgram in jnetpcap.filter.bpf.vm
 

Methods in jnetpcap.filter.bpf.vm with parameters of type BPFProgram
 long BPFVirtualMachine.execute(BPFProgram program, byte[] p, int wirelen, int buflen)
           
 

Constructors in jnetpcap.filter.bpf.vm with parameters of type BPFProgram
BPFVirtualMachine(BPFProgram bpf)