Home
last modified time | relevance | path

Searched defs:tls_record_header (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c169 struct tls_record_header { struct
170 uint8 type; // ContentType - will be 22, for Handshake
171 uint8 version_major; // TLS protocol major version
172 uint8 version_injor; // TLS protocol minor version
176 uint8 length_hi; // Upper 8 bits of payload length
177 uint8 length_lo; // Low 8 bits of payload length