|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
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.
| struct ws_manuf ws_manuf_iter::buf24 |
Buffered current entry from the 24-bit OUI table.
| struct ws_manuf ws_manuf_iter::buf28 |
Buffered current entry from the 28-bit OUI table.
| struct ws_manuf ws_manuf_iter::buf36 |
Buffered current entry from the 36-bit OUI table.
| size_t ws_manuf_iter::idx24 |
Current position within the 24-bit (MA-L) OUI table.
| size_t ws_manuf_iter::idx28 |
Current position within the 28-bit (MA-M) OUI table.
| size_t ws_manuf_iter::idx36 |
Current position within the 36-bit (MA-S) OUI table.