![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
guchar * | plain_data |
guint | data_len |
gint | id |
ContentType | type |
SslFlow * | flow |
guint32 | seq |
guint16 | dtls13_seq_suffix |
struct _SslRecordInfo * | next |
guint _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.
gint _SslRecordInfo::id |
Identifies the exact record within a frame (there can be multiple records in a frame).
guchar* _SslRecordInfo::plain_data |
Decrypted data.
guint32 _SslRecordInfo::seq |
Data offset within the flow.
ContentType _SslRecordInfo::type |
Content type of the decrypted record data.