|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Parser header for an EtherType 0x88A4 NV (non-volatile) data frame, preceding one or more ETYPE_88A4_NV_DATA_HEADER entries. More...
#include <packet-nv.h>
Public Attributes | |
| uint8_t | Publisher [6] |
| uint16_t | CountNV |
| uint16_t | CycleIndex |
| uint16_t | Reserved |
Parser header for an EtherType 0x88A4 NV (non-volatile) data frame, preceding one or more ETYPE_88A4_NV_DATA_HEADER entries.
| uint16_t _NvParserHDR::CountNV |
Number of NV data entries contained within this frame.
| uint16_t _NvParserHDR::CycleIndex |
Cyclic counter incremented by the publisher each transmission cycle, used for continuity checks.
| uint8_t _NvParserHDR::Publisher[6] |
MAC address of the device that published this NV data frame.
| uint16_t _NvParserHDR::Reserved |
Reserved for future use; must be set to zero.