Uses of Interface
jnetpcap.filter.Filter

Packages that use Filter
jnetpcap.filter Main filter package. 
jnetpcap.filter.bpf BPF (Berkley Packet Filter) extension for filter framework. 
 

Uses of Filter in jnetpcap.filter
 

Classes in jnetpcap.filter that implement Filter
static class Filter.And
          Takes two filters (left and right) and does an AND logical operation after evaluating each of the filters.
static class Filter.Or
          A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
 

Methods in jnetpcap.filter with parameters of type Filter
 void Filter.Or.or(Filter left, Filter right)
           
 

Constructors in jnetpcap.filter with parameters of type Filter
Filter.And(Filter left, Filter right)
           
 

Uses of Filter in jnetpcap.filter.bpf
 

Classes in jnetpcap.filter.bpf that implement Filter
 class BPFFilter
          Berkley Packet Filter (BFP) filter program.