|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Union providing bit-field and raw access to EoE MAC filter options. More...
#include <packet-ecatmb.h>
Public Attributes | ||
| struct { | ||
| uint16_t MacFilterCount: 4 | ||
| uint16_t MacFilterMaskCount: 2 | ||
| uint16_t Reserved1: 1 | ||
| uint16_t NoBroadcasts: 1 | ||
| uint16_t Reserved2: 8 | ||
| } | v | |
| uint16_t | Options | |
Union providing bit-field and raw access to EoE MAC filter options.
| uint16_t tEoeMacFilterOptionsUnion::MacFilterCount |
Number of valid MAC address filter entries (0–15).
| uint16_t tEoeMacFilterOptionsUnion::MacFilterMaskCount |
Number of valid MAC address filter mask entries (0–3).
| uint16_t tEoeMacFilterOptionsUnion::NoBroadcasts |
Non-zero to suppress forwarding of broadcast frames.
| uint16_t tEoeMacFilterOptionsUnion::Options |
Raw 16-bit options word.
| uint16_t tEoeMacFilterOptionsUnion::Reserved1 |
Reserved; must be zero.
| uint16_t tEoeMacFilterOptionsUnion::Reserved2 |
Reserved; must be zero.
| struct { ... } tEoeMacFilterOptionsUnion::v |
Structured bit-field access.