PcapPlusPlus
Next
|
#include <SSLCommon.h>
Public Attributes | |
uint16_t | handshakeVersion |
SSL/TLS handshake version (one of SSLVersion::SSLVersionEnum) | |
uint8_t | random [32] |
32-bytes random number | |
![]() | |
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. | |
The common header part of client-hello and server-hello handshake messages