|
SourceForge Jpcap | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sourceforge.jpcap.capture | |
---|---|
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. |
Classes in net.sourceforge.jpcap.capture used by net.sourceforge.jpcap.capture | |
---|---|
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. |
|
CaptureDevice
Encapsulates a capture-capable device. |
|
CaptureDevice.Address
The Address class encapsulates addressing information for a CaptureDevice. |
|
CaptureDeviceLookupException
This exception occurs when no capture devices are detected. |
|
CaptureDeviceNotFoundException
This exception occurs when no capture devices are detected. |
|
CaptureDeviceOpenException
This exception occurs when the capture device cannot be opened. |
|
CaptureFileOpenException
This exception occurs when a tcpdump-formatted savefile cannot be opened. |
|
CapturePacketException
This exception occurs when an error occurs while capturing data. |
|
CaptureStatistics
Packet capture statistics. |
|
CaptureTest
Class to exercise PacketCapture. |
|
CompiledFilter
The CompiledFilter class encapsulates a compiled packet filter expression. |
|
InvalidFilterException
This exception occurs when an error occurs while capturing data. |
|
JpcapException
JpcapException is the base class for all Jpcap exceptions. |
|
JWinPcap.CaptureMode
Capture mode, for use with setCaptureMode() . |
|
JWinPcap.OpenFlags
Open flags, for use with open() . |
|
JWinPcap.SamplingMethod
Sampling method for use with setSamplingMethod() . |
|
PacketCapture
This class is the core of packet capture in jpcap. |
|
PacketCapture.Direction
Capture Direction enumeration. |
|
PacketCapture.LoopMode
LoopModes determine how the PacketCapture.capture(int) and PacketCapture.captureTo(int, net.sourceforge.jpcap.capture.PacketOutputStream) methods behave in the presence of timeouts. |
|
PacketCaptureBase
This class contains base functionality shared by both the simulator and the actual packet capture system. |
|
PacketCaptureCapable
This is the packet capture interface. |
|
PacketDispatchCapable
An interface for classes capable of dispatching captured network packets. |
|
PacketDispatcher
This class encapsulates a mechanism for dispatching network data and packets to a listener who has subscribed to such events. |
|
PacketInputStream
PacketInputStream provides an easy way of reading packets from the network or a savefile without having to define and register PacketListeners . |
|
PacketListener
Packet data listener. |
|
PacketOutputStream
PacketOutputStream is an I/O stream used for sending Packets to the network, or dumping them to a tcpdump-formatted file, depending on how the stream was created. |
|
RawPacketListener
Raw packet data listener. |
|
StatisticsEvent
StatisticsEvent encapsulates the statistics generated by JWinPcap.CaptureMode.Statistical . |
|
StatisticsListener
StatisticsListener is the callback that is used when a capture device is in JWinPcap.CaptureMode.Statistical mode. |
Classes in net.sourceforge.jpcap.capture used by net.sourceforge.jpcap.client | |
---|---|
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. |
|
CaptureDeviceOpenException
This exception occurs when the capture device cannot be opened. |
|
CapturePacketException
This exception occurs when an error occurs while capturing data. |
|
CaptureStatistics
Packet capture statistics. |
|
InvalidFilterException
This exception occurs when an error occurs while capturing data. |
|
PacketListener
Packet data listener. |
|
RawPacketListener
Raw packet data listener. |
|
Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |