SourceForge Jpcap

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

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

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

Method parameters in net.sourceforge.jpcap.capture with type arguments of type JWinPcap.OpenFlags
 void JWinPcap.open(String name, int snaplen, EnumSet<JWinPcap.OpenFlags> flags, int timeout, PasswordAuthentication auth)
          Open a capture device or file.
 

Constructor parameters in net.sourceforge.jpcap.capture with type arguments of type JWinPcap.OpenFlags
JWinPcap(CaptureDevice device, EnumSet<JWinPcap.OpenFlags> flags, PasswordAuthentication auth)
          Creates a new instance of JWinPcap with default values for snaplen and timeout.
JWinPcap(CaptureDevice device, int snaplen, EnumSet<JWinPcap.OpenFlags> flags, int timeout, PasswordAuthentication auth)
          Creates a new instance of JWinPcap
 


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