|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Union providing typed access to the EoE header data word, interpreted by message type. More...
#include <packet-ecatmb.h>
Public Attributes | ||
| struct { | ||
| uint16_t Fragment: 6 | ||
| uint16_t OffsetBuffer: 6 | ||
| uint16_t FrameNo: 4 | ||
| } | v | |
| uint16_t | Result | |
Union providing typed access to the EoE header data word, interpreted by message type.
| uint16_t tEoeHeaderDataUnion::Fragment |
< Valid for EOE_TYPE_FRAME_FRAG and EOE_TYPE_TIMESTAMP_RES. Fragment sequence number within the current Ethernet frame (FRAME_FRAG only).
| uint16_t tEoeHeaderDataUnion::FrameNo |
Frame number correlating fragments to a single Ethernet frame.
| uint16_t tEoeHeaderDataUnion::OffsetBuffer |
If Fragment != 0: byte offset of this fragment × 32. If Fragment == 0: total buffer size × 32 (FRAME_FRAG only).
| uint16_t tEoeHeaderDataUnion::Result |
Result/status code for EOE_TYPE_INIT_RES and EOE_TYPE_MACFILTER_RES.
| struct { ... } tEoeHeaderDataUnion::v |
Structured bit-field access for fragment and timestamp responses.