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: TlsRecordContentType
Content type of the record
version: TlsRecordVersion
TLS version of the record
length: u16
Record length