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

Description of one dataset. More...

#include <packet-trdp-dict.h>

Public Attributes

int32_t size
 
char * name
 
uint32_t datasetId
 
int ett_id
 
int duplicates
 
char * source
 
struct ElementlistOfElements
 
struct ElementlastOfElements
 
struct Datasetnext
 

Detailed Description

Description of one dataset.

Member Data Documentation

◆ datasetId

uint32_t Dataset::datasetId

Unique identification of one dataset

◆ duplicates

int Dataset::duplicates

incremented on multiple instances

◆ ett_id

int Dataset::ett_id

GUI-id for packet subtree

◆ lastOfElements

struct Element* Dataset::lastOfElements

other end of the Bratwurst

◆ listOfElements

struct Element* Dataset::listOfElements

All elements, this dataset consists of.

◆ name

char* Dataset::name

Description of the dataset, maybe stringified datasetId, never NULL

◆ next

struct Dataset* Dataset::next

next dataset in linked list

◆ size

int32_t Dataset::size

Cached size of Dataset, including subsets. negative, if size cannot be calculated due to a missing/broken sub-dataset definition, 0, if contains var-array and must be recalculated

◆ source

char* Dataset::source

file name of first appearance for debugging


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