|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
Public Attributes | |
| guchar * | plain_data |
| guint | data_len |
| gint | id |
| ContentType | type |
| SslFlow * | flow |
| guint32 | seq |
| 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.
1.8.11