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

The header of the TCP packet

Set to some error code if the connection tracking failed

Trait Implementations

impl Debug for TcpPacket
[src]

Formats the value using the given formatter.

impl Eq for TcpPacket
[src]

impl PartialEq for TcpPacket
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.