Package net.sourceforge.jpcap.capture

Interface Summary
PacketHandler Classes that implement this interface are capable of handling raw packet data.
PacketListener Packet data listener.
RawPacketListener Raw packet data listener.
 

Class Summary
CaptureStatistics Packet capture statistics.
CaptureTest Class to exercise PacketCapture.
PacketCapture This class is the core of packet capture in jpcap.
PacketDispatcher This class encapsulates a mechanism for dispatching network data and packets to a listener who has subscribed to such events.
 

Exception Summary
CaptureConfigurationException This exception occurs when the capture client tries to specify a capture device that does not exist or if the capture device specified is illegal.
CaptureDeviceInvalidException This exception occurs when the capture client tries to specify a capture device that does not exist or if the capture device specified is illegal.
CaptureDeviceNotFoundException This exception occurs when no capture devices are detected.
CaptureDeviceOpenException This exception occurs when the capture device cannot be opened.
CapturePacketException This exception occurs when an error occurs while capturing data.
InvalidFilterException This exception occurs when an error occurs while capturing data.