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

Represents a single dissected RTP packet captured within an RTP stream. More...

#include <rtp_media.h>

Public Attributes

uint32_t frame_num
struct _rtp_infoinfo
double arrive_offset
uint8_t * payload_data

Detailed Description

Represents a single dissected RTP packet captured within an RTP stream.

Member Data Documentation

◆ arrive_offset

double _rtp_packet::arrive_offset

Arrival time offset from the start of the stream; expressed in milliseconds in the GTK UI and seconds in the Qt UI.

◆ frame_num

uint32_t _rtp_packet::frame_num

Frame number of this packet in the capture file; used by the Qt UI only.

◆ info

struct _rtp_info* _rtp_packet::info

Pointer to the dissected RTP header and payload metadata for this packet.

◆ payload_data

uint8_t* _rtp_packet::payload_data

Pointer to the raw RTP payload bytes for this packet.


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