|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A class representing a single manufacturer entry in the table. More...
#include <manuf_table_model.h>
Public Member Functions | |
| ManufTableItem (struct ws_manuf *ptr) | |
| Constructs a new ManufTableItem. | |
| ~ManufTableItem () | |
| Destroys the ManufTableItem. | |
Public Attributes | |
| QByteArray | block_bytes_ |
| QString | block_name_ |
| QString | short_name_ |
| QString | long_name_ |
A class representing a single manufacturer entry in the table.
| ManufTableItem::ManufTableItem | ( | struct ws_manuf * | ptr | ) |
Constructs a new ManufTableItem.
| ptr | Pointer to the manufacturer structure containing the data. |
| QByteArray ManufTableItem::block_bytes_ |
The byte block representing the MAC prefix.
| QString ManufTableItem::block_name_ |
The string representation of the MAC prefix block.
| QString ManufTableItem::long_name_ |
The long, full vendor name of the manufacturer.
| QString ManufTableItem::short_name_ |
The short name of the manufacturer.