|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Holds the minimal per-packet data needed when saving an RTP stream's payload to file. More...
#include <tap-rtp-analysis.h>
Public Attributes | |
| uint32_t | timestamp |
| unsigned int | payload_type |
| size_t | payload_len |
Holds the minimal per-packet data needed when saving an RTP stream's payload to file.
| size_t _tap_rtp_save_data_t::payload_len |
Length in bytes of the RTP payload to be saved.
| unsigned int _tap_rtp_save_data_t::payload_type |
RTP payload type identifying the codec or format of the payload.
| uint32_t _tap_rtp_save_data_t::timestamp |
RTP timestamp of the packet, used for reordering and timing during save.