SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.capture.CaptureDevice.Address

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

Methods in net.sourceforge.jpcap.capture that return CaptureDevice.Address
 CaptureDevice.Address[] CaptureDevice.getAddresses()
          Return the address information for the device.
 

Constructors in net.sourceforge.jpcap.capture with parameters of type CaptureDevice.Address
CaptureDevice(String name, String description, int network, int netmask, int flags, CaptureDevice.Address[] addresses)
          Construct a new instance of CaptureDevice.
 


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