|
SourceForge Jpcap | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidFilterException | |
|---|---|
| net.sourceforge.jpcap.capture | Provides an interface for capturing packets and a layer of abstraction around libpcap, a portable native system library for capturing network packets. |
| net.sourceforge.jpcap.client | Provides sample 'client' applications which utilize the services provided by classes in the capture package. |
| Uses of InvalidFilterException in net.sourceforge.jpcap.capture |
|---|
| Methods in net.sourceforge.jpcap.capture that throw InvalidFilterException | |
|---|---|
CompiledFilter |
PacketCapture.compileFilter(String filter,
boolean optimize)
Compile a filter expression for the current capture device. |
boolean |
JWinPcap.isFilteredOffline(CompiledFilter filter,
Packet packet)
Return true iff the specified filter would filter the specified packet. |
void |
PacketCapture.setFilter(CompiledFilter filter)
Set the filter from a precompiled filter. |
void |
PacketCaptureCapable.setFilter(String filterExpression,
boolean optimize)
Create, compile and activate a filter from a filter expression. |
void |
PacketCapture.setFilter(String filterExpression,
boolean optimize)
Create, compile and activate a filter from a filter expression. |
| Uses of InvalidFilterException in net.sourceforge.jpcap.client |
|---|
| Methods in net.sourceforge.jpcap.client that throw InvalidFilterException | |
|---|---|
CaptureStatistics |
CaptureTool.capture(int count)
Capture packets. |
void |
CaptureTool.setFilter(String filter)
Set the packet filter expression. |
|
Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||