Package org.jnetstream.filter.bpf

BPF (Berkley Packet Filter) extension for filter framework.

See:
          Description

Interface Summary
BpfVM Public interface to BPF virtual machine.
 

Class Summary
BpfFactory  
BPFFilter<T extends FilterTarget> Berkley Packet Filter (BFP) filter program.
BPFFilter.BPFProtocolFilter  
BPFInstruction A single instruction of a BPF binary program.
BPFProgram A set of instructions compiled from a textual expression to a binary level which can be passed to a BPF VM for interpretation.
PcapDebugFilter  
PcapFilter  
 

Enum Summary
BPFCode Instruction set for BPF program.
BPFInstruction.Symbol  
 

Exception Summary
IllegalInstructionException An illegal BPF byte-code instruction has been encountered.
 

Package org.jnetstream.filter.bpf Description

BPF (Berkley Packet Filter) extension for filter framework.