|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Captures the decoded content and timing metrics for a single DIS stream packet.
| double _disstream_packet::delta_ms |
Inter-packet arrival gap since the previous packet in milliseconds
| uint32_t _disstream_packet::estimated_lost_added |
Number of packets estimated as lost before this one
| uint32_t _disstream_packet::frame_num |
Wireshark frame number of this packet
| double _disstream_packet::jitter_ms |
Instantaneous jitter estimate for this packet in milliseconds
| guint8* _disstream_packet::payload_data |
Pointer to the raw payload bytes
| guint _disstream_packet::payload_len |
Length of the payload data in bytes
| uint8_t _disstream_packet::payload_type |
DIS signal payload type identifier
| bool _disstream_packet::problem |
True if a timing or sequencing anomaly was detected for this packet
| nstime_t _disstream_packet::rel_time |
Capture timestamp relative to the first packet in the stream