PcapPlusPlus
22.11
|
#include <SSLCommon.h>
Public Attributes | |
uint8_t | handshakeType |
uint8_t | length1 |
uint16_t | length2 |
The common part of all SSL/TLS handshake message types
uint8_t pcpp::ssl_tls_handshake_layer::handshakeType |
Type of the handshake message (one of SSLHandshakeType)
uint8_t pcpp::ssl_tls_handshake_layer::length1 |
Length of the message. Length is 3-Byte long, This is the MSB byte
uint16_t pcpp::ssl_tls_handshake_layer::length2 |
Length of the message. Length is 3-Byte long, This is the 2 LSB bytes