SourceForge Jpcap

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

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

Methods in net.sourceforge.jpcap.capture that return CaptureStatistics
 CaptureStatistics PacketCaptureCapable.getStatistics()
          Fetch statistics on captured packets.
 CaptureStatistics PacketCapture.getStatistics()
          Fetch statistics on captured packets.
 

Uses of CaptureStatistics in net.sourceforge.jpcap.client
 

Methods in net.sourceforge.jpcap.client that return CaptureStatistics
 CaptureStatistics CaptureTool.capture(int count)
          Capture packets.
 


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