Package jnetpcap.filter

Main filter package.

See:
          Description

Interface Summary
Filter A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
FilterExpression A filter expression interface that can access the abstract syntax tree of the parsed expression in whatever syntax it was originally supplied.
FilterTarget Specifies various properties of the target buffer for which a filter should be applied.
 

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

Enum Summary
FilterExpression.ExpressionSyntax Available syntaxes for filter expression.
 

Package jnetpcap.filter Description

Main filter package.