|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A wrapper class for an export object entry. More...
#include <export_objects_model.h>
Public Member Functions | |
| ExportObjectEntry (export_object_entry_t *entry=nullptr) | |
| Constructs a new ExportObjectEntry. | |
| bool | operator== (const ExportObjectEntry &other) const |
| Compares two ExportObjectEntry instances for equality. | |
| QByteArrayView | Data () const |
| Retrieves the payload data view for the entry. | |
| uint32_t | PacketNum () const |
| Retrieves the packet number associated with the entry. | |
A wrapper class for an export object entry.
|
inlineexplicit |
Constructs a new ExportObjectEntry.
| entry | Pointer to the raw export object entry. |
|
inline |
Retrieves the payload data view for the entry.
|
inline |
Compares two ExportObjectEntry instances for equality.
| other | The other entry to compare against. |
|
inline |
Retrieves the packet number associated with the entry.