PcapPlusPlus  21.05
pcpp::ssl_tls_handshake_layer Struct Reference

#include <SSLCommon.h>

Inheritance diagram for pcpp::ssl_tls_handshake_layer:
pcpp::ssl_tls_client_server_hello

Public Attributes

uint8_t handshakeType
 
uint8_t length1
 
uint16_t length2
 

Detailed Description

The common part of all SSL/TLS handshake message types

Member Data Documentation

◆ handshakeType

uint8_t pcpp::ssl_tls_handshake_layer::handshakeType

Type of the handshake message (one of SSLHandshakeType)

◆ length1

uint8_t pcpp::ssl_tls_handshake_layer::length1

Length of the message. Length is 3-Byte long, This is the MSB byte

◆ length2

uint16_t pcpp::ssl_tls_handshake_layer::length2

Length of the message. Length is 3-Byte long, This is the 2 LSB bytes