|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
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 |
| gboolean media_description_t::bundled |
"m=" lines are "bundled", that is, all on same port
| address media_description_t::conn_addr |
The address from the "c=" line (default from session level, possibly overridden at the media level).
| guint16 media_description_t::control_port |
Port number, parsed from "a=rtcp" or "a=rtcp-mux" line.
| transport_media_pt_t media_description_t::media |
Information about payload numbers for this media.
| guint16 media_description_t::media_port |
Port number, parsed from "m=" line.
| guint32 media_description_t::media_types |
Whether "m=video" or others
| struct { ... } media_description_t::msrp |
MSRP transport info, parsed from "a=label:"
| transport_proto_t media_description_t::proto |
Protocol, parsed from "m=" line.
1.8.11