Package jnetpcap.filter.bpf

BPF (Berkley Packet Filter) extension for filter framework.

See:
          Description

Class Summary
BPFFilter Berkley Packet Filter (BFP) filter program.
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.
TestBPFProgramRawBytes JUnit test of a raw BPF byte-code program.
TestBPFProgramTcpdumpOutput JUnit test of BPF byte-code program generated by Tcpdump unix tool.
 

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

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

Package jnetpcap.filter.bpf Description

BPF (Berkley Packet Filter) extension for filter framework.