|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Represents a single dissected RTP packet captured within an RTP stream. More...
#include <rtp_media.h>
Public Attributes | |
| uint32_t | frame_num |
| struct _rtp_info * | info |
| double | arrive_offset |
| uint8_t * | payload_data |
Represents a single dissected RTP packet captured within an RTP stream.
| 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.
| uint32_t _rtp_packet::frame_num |
Frame number of this packet in the capture file; used by the Qt UI only.
| struct _rtp_info* _rtp_packet::info |
Pointer to the dissected RTP header and payload metadata for this packet.
| uint8_t* _rtp_packet::payload_data |
Pointer to the raw RTP payload bytes for this packet.