Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
tlv_network_load Struct Reference

TLV payload carrying a network load snapshot sampled at the time of capture. More...

#include <observer.h>

Public Attributes

uint32_t utilization
uint32_t unknown1
uint32_t unknown2
uint32_t packets_per_second
uint32_t unknown3
uint32_t bytes_per_second
uint32_t unknown4

Detailed Description

TLV payload carrying a network load snapshot sampled at the time of capture.

The purpose of unknown1, unknown2, unknown3, and unknown4 is undetermined; they may represent broadcast counts, multicast counts, or error counters. All have been observed as zero in known captures.

Member Data Documentation

◆ bytes_per_second

uint32_t tlv_network_load::bytes_per_second

Number of bytes per second observed on the network at time of capture.

◆ packets_per_second

uint32_t tlv_network_load::packets_per_second

Number of packets per second observed on the network at time of capture.

◆ unknown1

uint32_t tlv_network_load::unknown1

Purpose unknown; observed as zero in all known captures.

◆ unknown2

uint32_t tlv_network_load::unknown2

Purpose unknown; observed as zero in all known captures.

◆ unknown3

uint32_t tlv_network_load::unknown3

Purpose unknown; observed as zero in all known captures.

◆ unknown4

uint32_t tlv_network_load::unknown4

Purpose unknown; observed as zero in all known captures.

◆ utilization

uint32_t tlv_network_load::utilization

Network utilization expressed in tenths of a percent (e.g. 10 = 1.0%).


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