| Class | Description |
|---|---|
| Datagram | |
| DatagramPayload | |
| DNSPacket | |
| FlowData | |
| ICMPPacket | |
| Packet |
Packet contains a combination of IP layer and UDP/TCP/DNS layer data Fragmented IP is joined into
a single Packet object Fragmented UDP is joined into a single Packet object TCP session with
multiple DNS queries in a stream before the PSH or FIN will cause multiple DNS messages to get
added to the Packet object.
|
| PacketFactory |
Create a packet object based on the protocol number.
|
| SequencePayload |
Class for re-assembly of TCP fragments
|
| TCPFlow | |
| TcpHandshake |
| Enum | Description |
|---|---|
| TcpHandshake.HANDSHAKE_STATE |
Copyright © 2020. All rights reserved.