|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
EtherCAT frame header, giving access to the 16-bit header word both as individual bit-fields and as a raw value. More...
#include <packet-ethercat-frame.h>
Public Attributes | ||
| struct { | ||
| uint16_t length: 11 | ||
| uint16_t reserved: 1 | ||
| uint16_t protocol: 4 | ||
| } | v | |
| uint16_t | hdr | |
EtherCAT frame header, giving access to the 16-bit header word both as individual bit-fields and as a raw value.
| uint16_t _EtherCATFrameParser::hdr |
Raw 16-bit header word.
| uint16_t _EtherCATFrameParser::length |
Total byte length of all datagrams in the frame.
| uint16_t _EtherCATFrameParser::protocol |
Protocol type identifier (0x1 = EtherCAT commands).
| uint16_t _EtherCATFrameParser::reserved |
Reserved; must be zero.
| struct { ... } _EtherCATFrameParser::v |
Structured bit-field access to the header.