|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Structure holding header field information. More...
#include <field_information.h>
Public Attributes | |
| QString | name |
| QString | description |
| QString | abbreviation |
| bool | isValid |
| enum ftenum | type |
| int | parent |
| int | id |
Structure holding header field information.
| QString FieldInformation::HeaderInfo::abbreviation |
The field's abbreviation (used in display filters).
| QString FieldInformation::HeaderInfo::description |
A description of the field.
| int FieldInformation::HeaderInfo::id |
The unique ID of the field.
| bool FieldInformation::HeaderInfo::isValid |
True if the header information is valid.
| QString FieldInformation::HeaderInfo::name |
The name of the field.
| int FieldInformation::HeaderInfo::parent |
The ID of the parent field.
| enum ftenum FieldInformation::HeaderInfo::type |
The field type (e.g., FT_UINT32, FT_STRING).