Struct peel_ip::layer3::tls::TlsPacket [] [src]

pub struct TlsPacket {
    pub content_type: TlsRecordContentType,
    pub version: TlsRecordVersion,
    pub length: u16,
}

Representation of a Transport layer security packet

Fields

Content type of the record

TLS version of the record

Record length

Trait Implementations

impl Debug for TlsPacket
[src]

Formats the value using the given formatter.

impl Eq for TlsPacket
[src]

impl PartialEq for TlsPacket
[src]

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

This method tests for !=.