Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ManufTableItem Class Reference

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_
 

Detailed Description

A class representing a single manufacturer entry in the table.

Constructor & Destructor Documentation

◆ ManufTableItem()

ManufTableItem::ManufTableItem ( struct ws_manuf ptr)

Constructs a new ManufTableItem.

Parameters
ptrPointer to the manufacturer structure containing the data.

Member Data Documentation

◆ block_bytes_

QByteArray ManufTableItem::block_bytes_

The byte block representing the MAC prefix.

◆ block_name_

QString ManufTableItem::block_name_

The string representation of the MAC prefix block.

◆ long_name_

QString ManufTableItem::long_name_

The long, full vendor name of the manufacturer.

◆ short_name_

QString ManufTableItem::short_name_

The short name of the manufacturer.


The documentation for this class was generated from the following files: