A B C D E F G H I J K L M N O R S T V W X

F

Filter - Interface in jnetpcap.filter
A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
Filter.And - Class in jnetpcap.filter
Takes two filters (left and right) and does an AND logical operation after evaluating each of the filters.
Filter.And(Filter, Filter) - Constructor for class jnetpcap.filter.Filter.And
 
Filter.Or - Class in jnetpcap.filter
A filter used to limit that scope of captures, packet reads from a file or from an IO stream.
Filter.Or() - Constructor for class jnetpcap.filter.Filter.Or
 
FilterExpression - Interface in jnetpcap.filter
A filter expression interface that can access the abstract syntax tree of the parsed expression in whatever syntax it was originally supplied.
FilterExpression.ExpressionSyntax - Enum in jnetpcap.filter
Available syntaxes for filter expression.
FilterTarget - Interface in jnetpcap.filter
Specifies various properties of the target buffer for which a filter should be applied.

A B C D E F G H I J K L M N O R S T V W X