Class Summary |
IngressPacket |
This class encapsulates an ingress packet. |
PcapPort |
This class implements a port receiving and sending network packets
with libpcap, through jnetpcap library. |
PcapUtils |
|
Port |
This class represents an abstract port. |
PortListener |
Subclasses of this class are fit to receive ingress packets from Port s. |
QueueingPortListener |
This subclass of PortListener places the ingress packets
into a queue. |
TransparentBridge |
This is an example how JNetBridge can be used to make a transparent
bridge forwarding packets between two network interfaces. |