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

Public Attributes

transport_proto_t proto
 
guint32 media_types
 
gboolean bundled
 
guint16 media_port
 
guint16 control_port
 
address conn_addr
 
transport_media_pt_t media
 
union {
   struct {
      address   ipaddr
 
      guint16   port_number
 
   }   msrp
 
media_attr
 

Member Data Documentation

◆ bundled

gboolean media_description_t::bundled

"m=" lines are "bundled", that is, all on same port

◆ conn_addr

address media_description_t::conn_addr

The address from the "c=" line (default from session level, possibly overridden at the media level).

◆ control_port

guint16 media_description_t::control_port

Port number, parsed from "a=rtcp" or "a=rtcp-mux" line.

◆ media

transport_media_pt_t media_description_t::media

Information about payload numbers for this media.

◆ media_port

guint16 media_description_t::media_port

Port number, parsed from "m=" line.

◆ media_types

guint32 media_description_t::media_types

Whether "m=video" or others

◆ 

struct { ... } media_description_t::msrp

MSRP transport info, parsed from "a=label:"

◆ proto

transport_proto_t media_description_t::proto

Protocol, parsed from "m=" line.


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