|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 Element * | listOfElements |
| struct Element * | lastOfElements |
| struct Dataset * | next |
Description of one dataset.
| uint32_t Dataset::datasetId |
Unique identification of one dataset
| int Dataset::duplicates |
incremented on multiple instances
| int Dataset::ett_id |
GUI-id for packet subtree
| struct Element* Dataset::lastOfElements |
other end of the Bratwurst
| struct Element* Dataset::listOfElements |
All elements, this dataset consists of.
| char* Dataset::name |
Description of the dataset, maybe stringified datasetId, never NULL
| struct Dataset* Dataset::next |
next dataset in linked list
| 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
| char* Dataset::source |
file name of first appearance for debugging