jNetPCAP Filter Framework 0.8 (Pre-Alpha)

This document is the API specification for jNetPCAP Filter Framework.

See:
          Description

Packages
jnetpcap.filter Main filter package.
jnetpcap.filter.bpf BPF (Berkley Packet Filter) extension for filter framework.
jnetpcap.filter.bpf.vm BPF Virtual Machine in executed in pure java.

 

This document is the API specification for jNetPCAP Filter Framework. The Filter Framework provides library classes for fitering on binary data using user friendly textual syntax. The framework currently supports BPF (Berkley Packet Filter) filter technology in Java, native code and at kernel level on operating systems that support it. The framework will support other technologies in the future.