|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
#include <rtp_stream.h>
Public Attributes | |
| address | src_addr |
| guint32 | src_port |
| address | dest_addr |
| guint32 | dest_port |
| guint32 | ssrc |
| guint8 | payload_type |
| gchar * | payload_type_name |
| 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 |
| guint16 | vlan_id |
| gboolean | tag_vlan_error |
| gboolean | tag_diffserv_error |
| tap_rtp_stat_t | rtp_stats |
| gboolean | problem |
| gchar * | ed137_info |
Defines an rtp stream
| int _rtp_stream_info::call_num |
Used to match call_num in voip_calls_info_t
| gboolean _rtp_stream_info::end_stream |
Used to track streams across payload types
| guint8 _rtp_stream_info::payload_type |
Numeric payload type
| gchar* _rtp_stream_info::payload_type_name |
Payload type name
| gboolean _rtp_stream_info::problem |
if the streams had wrong sequence numbers or wrong timestamps
| tap_rtp_stat_t _rtp_stream_info::rtp_stats |
here goes the RTP statistics info
| guint32 _rtp_stream_info::setup_frame_number |
frame number of setup message
| nstime_t _rtp_stream_info::start_rel_time |
relative start time from pinfo
| nstime_t _rtp_stream_info::stop_rel_time |
relative stop time from pinfo
1.8.11