|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single manufacturer entry mapping an OUI or MA block to a vendor name. More...
#include <manuf.h>
Public Attributes | |
| uint8_t | block [5] |
| uint8_t | mask |
| const char * | short_name |
| const char * | long_name |
Represents a single manufacturer entry mapping an OUI or MA block to a vendor name.
| uint8_t ws_manuf::block[5] |
The OUI or MAC address block bytes identifying the manufacturer.
| const char* ws_manuf::long_name |
Full manufacturer name (e.g. "Cisco Systems, Inc").
| uint8_t ws_manuf::mask |
Prefix length mask indicating the number of significant bits in the block (24, 28, or 36).
| const char* ws_manuf::short_name |
Abbreviated manufacturer name (e.g. "Cisco").