| 
    PcapPlusPlus
    19.12
    
   | 
 
#include <SSLHandshake.h>
  
Public Member Functions | |
| SSLNewSessionTicketMessage (uint8_t *data, size_t dataLen, SSLHandshakeLayer *container) | |
| uint8_t * | getSessionTicketData () const | 
| size_t | getSessionTicketDataLength () const | 
| std::string | toString () const | 
Additional Inherited Members | 
Represents SSL/TLS new-session-ticket message (type 4). Inherits from SSLHandshakeMessage and adds parsing functionality such as retrieving session ticket data as raw data (parsing may be added in the future)
      
  | 
  inline | 
C'tor for this class. Currently only in use in SSLHandshakeMessage::createHandhakeMessage() and should be used by a user
| [in] | data | The message as raw data | 
| [in] | dataLen | Message raw data length in bytes | 
| [in] | container | The SSL handshake layer which shall contain this message | 
| uint8_t* pcpp::SSLNewSessionTicketMessage::getSessionTicketData | ( | ) | const | 
| size_t pcpp::SSLNewSessionTicketMessage::getSessionTicketDataLength | ( | ) | const | 
      
  | 
  virtual | 
Implements pcpp::SSLHandshakeMessage.