SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.capture.CompiledFilter

Packages that use CompiledFilter
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. 
 

Uses of CompiledFilter in net.sourceforge.jpcap.capture
 

Methods in net.sourceforge.jpcap.capture that return CompiledFilter
 CompiledFilter PacketCapture.compileFilter(String filter, boolean optimize)
          Compile a filter expression for the current capture device.
 

Methods in net.sourceforge.jpcap.capture with parameters of type CompiledFilter
 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.
 


Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.