Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
unsigned char * | plain_data |
unsigned | data_len |
int | id |
ContentType | type |
SslFlow * | flow |
uint32_t | seq |
uint16_t | dtls13_seq_suffix |
struct _SslRecordInfo * | next |
unsigned _SslRecordInfo::data_len |
Length of decrypted data.
SslFlow* _SslRecordInfo::flow |
Flow where this record fragment is a part of. Can be NULL if this record type may not be fragmented.
int _SslRecordInfo::id |
Identifies the exact record within a frame (there can be multiple records in a frame).
unsigned char* _SslRecordInfo::plain_data |
Decrypted data.
uint32_t _SslRecordInfo::seq |
Data offset within the flow.
ContentType _SslRecordInfo::type |
Content type of the decrypted record data.