|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a GUID/UUID value; may be larger than GUID_LEN so must not be used to directly overlay packet data. More...
#include <guid-utils.h>
Public Attributes | |
| uint32_t | data1 |
| uint16_t | data2 |
| uint16_t | data3 |
| uint8_t | data4 [8] |
Represents a GUID/UUID value; may be larger than GUID_LEN so must not be used to directly overlay packet data.
| uint32_t _e_guid_t::data1 |
First component of the GUID: the 32-bit time-low field.
| uint16_t _e_guid_t::data2 |
Second component of the GUID: the 16-bit time-mid field.
| uint16_t _e_guid_t::data3 |
Third component of the GUID: the 16-bit time-high-and-version field.
| uint8_t _e_guid_t::data4[8] |
Fourth component of the GUID: the 8-byte clock sequence and node fields.