Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_rtpstream_info Struct Reference

#include <rtp_stream.h>

Public Attributes

rtpstream_id_t id
 
uint8_t first_payload_type
 
const char * first_payload_type_name
 
const char * payload_type_names [256]
 
char * all_payload_type_names
 
bool is_srtp
 
uint32_t packet_count
 
bool end_stream
 
int rtp_event
 
int call_num
 
uint32_t setup_frame_number
 
frame_data * start_fd
 
frame_data * stop_fd
 
nstime_t start_rel_time
 
nstime_t stop_rel_time
 
nstime_t start_abs_time
 
uint16_t vlan_id
 
bool tag_vlan_error
 
bool tag_diffserv_error
 
tap_rtp_stat_t rtp_stats
 
bool problem
 
const char * ed137_info
 

Detailed Description

Defines an rtp stream

Member Data Documentation

◆ all_payload_type_names

char* _rtpstream_info::all_payload_type_names

All seen payload names for a stream in one string

◆ call_num

int _rtpstream_info::call_num

Used to match call_num in voip_calls_info_t

◆ end_stream

bool _rtpstream_info::end_stream

Used to track streams across payload types

◆ first_payload_type

uint8_t _rtpstream_info::first_payload_type

Numeric payload type

◆ first_payload_type_name

const char* _rtpstream_info::first_payload_type_name

Payload type name

◆ payload_type_names

const char* _rtpstream_info::payload_type_names[256]

Seen payload type names. Array index is payload type (byte), filled only during TAP_ANALYSE

◆ problem

bool _rtpstream_info::problem

if the streams had wrong sequence numbers or wrong timestamps

◆ rtp_stats

tap_rtp_stat_t _rtpstream_info::rtp_stats

here goes the RTP statistics info

◆ setup_frame_number

uint32_t _rtpstream_info::setup_frame_number

frame number of setup message

◆ start_abs_time

nstime_t _rtpstream_info::start_abs_time

abs start time from pinfo

◆ start_rel_time

nstime_t _rtpstream_info::start_rel_time

relative start time from pinfo

◆ stop_rel_time

nstime_t _rtpstream_info::stop_rel_time

relative stop time from pinfo


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