Uses of Interface
jnetpcap.filter.FilterExpression

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

Uses of FilterExpression in jnetpcap.filter.bpf
 

Constructors in jnetpcap.filter.bpf with parameters of type FilterExpression
BPFFilter(FilterExpression expression)
          Initializes the BPF filter with the specified filter expression in what ever syntax the user chooses.