Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <packet-media-type.h>
Public Attributes | |
media_container_type_t | type |
const char * | media_str |
const char * | content_id |
void * | data |
Should be passed to dissectors called through the media_type dissector table.
const char* media_content_info_t::content_id |
Content-ID parameter
void* media_content_info_t::data |
In http1.0/1.1, data contains the header name/value mappings, valid only within the packet scope. In other protocols, the http_type is used to indicate the data transported. Protocol-specific data
const char* media_content_info_t::media_str |
Content-Type parameters
media_container_type_t media_content_info_t::type |
Container of media; may be MEDIA_CONTAINER_OTHER if not called by HTTP