Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#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 |
Defines an rtp stream
char* _rtpstream_info::all_payload_type_names |
All seen payload names for a stream in one string
int _rtpstream_info::call_num |
Used to match call_num in voip_calls_info_t
bool _rtpstream_info::end_stream |
Used to track streams across payload types
uint8_t _rtpstream_info::first_payload_type |
Numeric payload type
const char* _rtpstream_info::first_payload_type_name |
Payload type name
const char* _rtpstream_info::payload_type_names[256] |
Seen payload type names. Array index is payload type (byte), filled only during TAP_ANALYSE
bool _rtpstream_info::problem |
if the streams had wrong sequence numbers or wrong timestamps
tap_rtp_stat_t _rtpstream_info::rtp_stats |
here goes the RTP statistics info
uint32_t _rtpstream_info::setup_frame_number |
frame number of setup message
nstime_t _rtpstream_info::start_abs_time |
abs start time from pinfo
nstime_t _rtpstream_info::start_rel_time |
relative start time from pinfo
nstime_t _rtpstream_info::stop_rel_time |
relative stop time from pinfo