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

Captures the decoded content and timing metrics for a single DIS stream packet. More...

#include <tap-dis-common.h>

Public Attributes

uint32_t frame_num
 
nstime_t rel_time
 
uint8_t payload_type
 
guint payload_len
 
guint8 * payload_data
 
double delta_ms
 
double jitter_ms
 
uint32_t estimated_lost_added
 
bool problem
 

Detailed Description

Captures the decoded content and timing metrics for a single DIS stream packet.

Member Data Documentation

◆ delta_ms

double _disstream_packet::delta_ms

Inter-packet arrival gap since the previous packet in milliseconds

◆ estimated_lost_added

uint32_t _disstream_packet::estimated_lost_added

Number of packets estimated as lost before this one

◆ frame_num

uint32_t _disstream_packet::frame_num

Wireshark frame number of this packet

◆ jitter_ms

double _disstream_packet::jitter_ms

Instantaneous jitter estimate for this packet in milliseconds

◆ payload_data

guint8* _disstream_packet::payload_data

Pointer to the raw payload bytes

◆ payload_len

guint _disstream_packet::payload_len

Length of the payload data in bytes

◆ payload_type

uint8_t _disstream_packet::payload_type

DIS signal payload type identifier

◆ problem

bool _disstream_packet::problem

True if a timing or sequencing anomaly was detected for this packet

◆ rel_time

nstime_t _disstream_packet::rel_time

Capture timestamp relative to the first packet in the stream


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