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

#include <packet-tls-utils.h>

Public Attributes

guint record_id
 
guint reassembly_id
 
guint32 offset
 
guint8 type
 
int is_last: 1
 
struct _TlsHsFragmentnext
 

Detailed Description

Stored information about a part of a reassembled handshake message. A single handshake record is uniquely identified by (record_id, reassembly_id).

Member Data Documentation

◆ is_last

int _TlsHsFragment::is_last

Whether this fragment completes the message.

◆ offset

guint32 _TlsHsFragment::offset

Offset within a reassembly.

◆ reassembly_id

guint _TlsHsFragment::reassembly_id

Identifies the reassembly that this fragment is part of.

◆ record_id

guint _TlsHsFragment::record_id

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

◆ type

guint8 _TlsHsFragment::type

Handshake type (first byte of the buffer).


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