Struct peel_ip::layer3::tcp::TcpPacket
[−]
[src]
pub struct TcpPacket { pub header: TcpHeader, pub path_error: Option<PathErrorType>, }
Representation of an User Datagram Protocol packet
Fields
header: TcpHeader
The header of the TCP packet
path_error: Option<PathErrorType>
Set to some error code if the connection tracking failed