![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <rtp_stream.h>
Public Attributes | |
rtpstream_id_t | id |
guint8 | first_payload_type |
const gchar * | first_payload_type_name |
const gchar * | payload_type_names [256] |
gchar * | all_payload_type_names |
gboolean | is_srtp |
guint32 | packet_count |
gboolean | end_stream |
int | rtp_event |
int | call_num |
guint32 | 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 |
guint16 | vlan_id |
gboolean | tag_vlan_error |
gboolean | tag_diffserv_error |
tap_rtp_stat_t | rtp_stats |
gboolean | problem |
const gchar * | ed137_info |
Defines an rtp stream
gchar* _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
gboolean _rtpstream_info::end_stream |
Used to track streams across payload types
guint8 _rtpstream_info::first_payload_type |
Numeric payload type
const gchar* _rtpstream_info::first_payload_type_name |
Payload type name
const gchar* _rtpstream_info::payload_type_names[256] |
Seen payload type names. Array index is payload type (byte), filled only during TAP_ANALYSE
gboolean _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
guint32 _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