| Interface | Description |
|---|---|
| ApplicationPacket |
Represents a packet from the Application Layer (layer 7) in the OSI model.
|
| UnknownApplicationPacket |
Marker interface for those
ApplicationPackets we were unable to
figure out what protocol they are. |
| Class | Description |
|---|---|
| AbstractApplicationPacket | |
| AbstractPacket |
ALL packets within pkts.io must implement this
AbstractPacket. |
| IPv4PacketImpl | |
| IPv6PacketImpl | |
| MACPacketImpl | |
| PCapPacketImpl |
TODO: may rename this to a frame instead since this is a little different
than a "real" protocol packet.
|
| SDPPacketImpl | |
| TcpPacketImpl | |
| TransportPacketFactoryImpl | |
| TransportPacketImpl | |
| UdpPacketImpl | |
| UnknownApplicationPacketImpl |
Copyright © 2021. All Rights Reserved.