Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
char | method [MAX_RTP_SETUP_METHOD_SIZE+1] |
uint32_t | frame_number |
uint32_t | media_types |
rtp_dyn_payload_t * | rtp_dyn_payload |
wmem_map_t * | ssrc_number_space |
struct _rtp_private_conv_info * | rtp_conv_info |
struct srtp_info * | srtp_info |
bta2dp_codec_info_t * | bta2dp_info |
btvdp_codec_info_t * | btvdp_info |
wmem_array_t * | rtp_sdp_setup_info_list |
Info to save in RTP conversation
uint32_t _rtp_conversation_info::media_types |
the frame where this conversation is started
struct _rtp_private_conv_info* _rtp_conversation_info::rtp_conv_info |
maps the SSRCs to the last seen seqno and timestamp for that SSRC in the conversation
struct srtp_info* _rtp_conversation_info::srtp_info |
conversation info private to the rtp dissector
wmem_map_t* _rtp_conversation_info::ssrc_number_space |
the dynamic RTP payload info - see comments above