|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Platform-independent header describing a single EtherType 0x88A4 non-volatile data entry; layout is fixed across all platforms. More...
#include <packet-nv.h>
Public Attributes | |
| uint16_t | Id |
| uint16_t | Hash |
| uint16_t | Length |
| uint16_t | Quality |
Platform-independent header describing a single EtherType 0x88A4 non-volatile data entry; layout is fixed across all platforms.
| uint16_t _ETYPE_88A4_NV_DATA_HEADER::Hash |
Hash of the NV data payload, used to detect corruption or unintended modification.
| uint16_t _ETYPE_88A4_NV_DATA_HEADER::Id |
Identifier of the NV data entry, used to distinguish the type or source of the payload.
| uint16_t _ETYPE_88A4_NV_DATA_HEADER::Length |
Length in bytes of the NV data payload that follows this header.
| uint16_t _ETYPE_88A4_NV_DATA_HEADER::Quality |
Quality indicator for the NV data entry, reflecting validity or signal confidence.