Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
FieldInformation::HeaderInfo Struct Reference

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

Detailed Description

Structure holding header field information.

Member Data Documentation

◆ abbreviation

QString FieldInformation::HeaderInfo::abbreviation

The field's abbreviation (used in display filters).

◆ description

QString FieldInformation::HeaderInfo::description

A description of the field.

◆ id

int FieldInformation::HeaderInfo::id

The unique ID of the field.

◆ isValid

bool FieldInformation::HeaderInfo::isValid

True if the header information is valid.

◆ name

QString FieldInformation::HeaderInfo::name

The name of the field.

◆ parent

int FieldInformation::HeaderInfo::parent

The ID of the parent field.

◆ type

enum ftenum FieldInformation::HeaderInfo::type

The field type (e.g., FT_UINT32, FT_STRING).


The documentation for this struct was generated from the following file: