PcapPlusPlus
|
#include <SSLHandshake.h>
Public Member Functions | |
SSLServerNameIndicationExtension (uint8_t *data) | |
std::string | getHostName () |
Public Member Functions inherited from pcpp::SSLExtension | |
SSLExtension (uint8_t *data) | |
SSLExtensionType | getType () |
uint16_t | getTypeAsInt () |
uint16_t | getLength () |
uint16_t | getTotalLength () |
uint8_t * | getData () |
Represents SSL/TLS Server Name Indication extension. Inherits from SSLExtension and add parsing of the hostname written in the extension data
|
inline |
C'tor for this class
[in] | data | The raw data for the extension |
std::string pcpp::SSLServerNameIndicationExtension::getHostName | ( | ) |