Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_rtpstream_info Struct Reference

#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
 

Detailed Description

Defines an rtp stream

Member Data Documentation

◆ all_payload_type_names

gchar* _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

gboolean _rtpstream_info::end_stream

Used to track streams across payload types

◆ first_payload_type

guint8 _rtpstream_info::first_payload_type

Numeric payload type

◆ first_payload_type_name

const gchar* _rtpstream_info::first_payload_type_name

Payload type name

◆ payload_type_names

const gchar* _rtpstream_info::payload_type_names[256]

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

◆ problem

gboolean _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

guint32 _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: