Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | ||
transport_proto_t | proto | |
uint32_t | media_types | |
bool | bundled | |
uint16_t | media_port | |
uint16_t | control_port | |
address | conn_addr | |
transport_media_pt_t | media | |
union { | ||
struct { | ||
address ipaddr | ||
uint16_t port_number | ||
} msrp | ||
} | media_attr | |
bool 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).
uint16_t 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.
uint16_t media_description_t::media_port |
Port number, parsed from "m=" line.
uint32_t 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.