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

Internal iterator state for traversing all manufacturer entries across the 24-, 28-, and 36-bit OUI tables. More...

#include <manuf.h>

Public Attributes

size_t idx24
 
size_t idx28
 
size_t idx36
 
struct ws_manuf buf24
 
struct ws_manuf buf28
 
struct ws_manuf buf36
 

Detailed Description

Internal iterator state for traversing all manufacturer entries across the 24-, 28-, and 36-bit OUI tables.

Not intended for direct access by users; use the provided iterator API instead.

Member Data Documentation

◆ buf24

struct ws_manuf ws_manuf_iter::buf24

Buffered current entry from the 24-bit OUI table.

◆ buf28

struct ws_manuf ws_manuf_iter::buf28

Buffered current entry from the 28-bit OUI table.

◆ buf36

struct ws_manuf ws_manuf_iter::buf36

Buffered current entry from the 36-bit OUI table.

◆ idx24

size_t ws_manuf_iter::idx24

Current position within the 24-bit (MA-L) OUI table.

◆ idx28

size_t ws_manuf_iter::idx28

Current position within the 28-bit (MA-M) OUI table.

◆ idx36

size_t ws_manuf_iter::idx36

Current position within the 36-bit (MA-S) OUI table.


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