PcapPlusPlus  Next
pcpp::ssl_tls_client_server_hello Struct Reference

#include <SSLCommon.h>

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

Public Attributes

uint16_t handshakeVersion
 SSL/TLS handshake version (one of SSLVersion::SSLVersionEnum)
 
uint8_t random [32]
 32-bytes random number
 
- Public Attributes inherited from pcpp::ssl_tls_handshake_layer
uint8_t handshakeType
 Type of the handshake message (one of SSLHandshakeType)
 
uint8_t length1
 Length of the message. Length is 3-Byte long, This is the MSB byte.
 
uint16_t length2
 Length of the message. Length is 3-Byte long, This is the 2 LSB bytes.
 

Detailed Description

The common header part of client-hello and server-hello handshake messages