PcapPlusPlus  Next
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
 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 part of all SSL/TLS handshake message types