Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_e_guid_t Struct Reference

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]
 

Detailed Description

Represents a GUID/UUID value; may be larger than GUID_LEN so must not be used to directly overlay packet data.

Member Data Documentation

◆ data1

uint32_t _e_guid_t::data1

First component of the GUID: the 32-bit time-low field.

◆ data2

uint16_t _e_guid_t::data2

Second component of the GUID: the 16-bit time-mid field.

◆ data3

uint16_t _e_guid_t::data3

Third component of the GUID: the 16-bit time-high-and-version field.

◆ data4

uint8_t _e_guid_t::data4[8]

Fourth component of the GUID: the 8-byte clock sequence and node fields.


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