Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_tap_rtp_save_data_t Struct Reference

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

Detailed Description

Holds the minimal per-packet data needed when saving an RTP stream's payload to file.

Member Data Documentation

◆ payload_len

size_t _tap_rtp_save_data_t::payload_len

Length in bytes of the RTP payload to be saved.

◆ payload_type

unsigned int _tap_rtp_save_data_t::payload_type

RTP payload type identifying the codec or format of the payload.

◆ timestamp

uint32_t _tap_rtp_save_data_t::timestamp

RTP timestamp of the packet, used for reordering and timing during save.


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