Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
ws_manuf Struct Reference

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
 

Detailed Description

Represents a single manufacturer entry mapping an OUI or MA block to a vendor name.

Member Data Documentation

◆ block

uint8_t ws_manuf::block[5]

The OUI or MAC address block bytes identifying the manufacturer.

◆ long_name

const char* ws_manuf::long_name

Full manufacturer name (e.g. "Cisco Systems, Inc").

◆ mask

uint8_t ws_manuf::mask

Prefix length mask indicating the number of significant bits in the block (24, 28, or 36).

◆ short_name

const char* ws_manuf::short_name

Abbreviated manufacturer name (e.g. "Cisco").


The documentation for this struct was generated from the following file: