Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_SslRecordInfo Struct Reference

Public Attributes

guchar * plain_data
 
guint data_len
 
gint id
 
ContentType type
 
SslFlowflow
 
guint32 seq
 
guint16 dtls13_seq_suffix
 
struct _SslRecordInfonext
 

Member Data Documentation

◆ data_len

guint _SslRecordInfo::data_len

Length of decrypted data.

◆ flow

SslFlow* _SslRecordInfo::flow

Flow where this record fragment is a part of. Can be NULL if this record type may not be fragmented.

◆ id

gint _SslRecordInfo::id

Identifies the exact record within a frame (there can be multiple records in a frame).

◆ plain_data

guchar* _SslRecordInfo::plain_data

Decrypted data.

◆ seq

guint32 _SslRecordInfo::seq

Data offset within the flow.

◆ type

ContentType _SslRecordInfo::type

Content type of the decrypted record data.


The documentation for this struct was generated from the following file: