|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <packet-tls-utils.h>
Public Attributes | |
| guint | record_id |
| guint | reassembly_id |
| guint32 | offset |
| guint8 | type |
| int | is_last: 1 |
| struct _TlsHsFragment * | next |
Stored information about a part of a reassembled handshake message. A single handshake record is uniquely identified by (record_id, reassembly_id).
| int _TlsHsFragment::is_last |
Whether this fragment completes the message.
| guint32 _TlsHsFragment::offset |
Offset within a reassembly.
| guint _TlsHsFragment::reassembly_id |
Identifies the reassembly that this fragment is part of.
| guint _TlsHsFragment::record_id |
Identifies the exact record within a frame (there can be multiple records in a frame).
| guint8 _TlsHsFragment::type |
Handshake type (first byte of the buffer).