SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.capture.JWinPcap.CaptureMode

Packages that use JWinPcap.CaptureMode
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 JWinPcap.CaptureMode in net.sourceforge.jpcap.capture
 

Methods in net.sourceforge.jpcap.capture that return JWinPcap.CaptureMode
 JWinPcap.CaptureMode JWinPcap.getCaptureMode()
          Return the current capture mode.
static JWinPcap.CaptureMode JWinPcap.CaptureMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JWinPcap.CaptureMode[] JWinPcap.CaptureMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sourceforge.jpcap.capture with parameters of type JWinPcap.CaptureMode
 void JWinPcap.setCaptureMode(JWinPcap.CaptureMode mode)
          Set the capture mode.
 


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