Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
media_content_info_t Struct Reference

#include <packet-media-type.h>

Public Attributes

media_container_type_t type
 
const char * media_str
 
const char * content_id
 
void * data
 

Detailed Description

Should be passed to dissectors called through the media_type dissector table.

Member Data Documentation

◆ content_id

const char* media_content_info_t::content_id

Content-ID parameter

◆ data

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

◆ media_str

const char* media_content_info_t::media_str

Content-Type parameters

◆ type

media_container_type_t media_content_info_t::type

Container of media; may be MEDIA_CONTAINER_OTHER if not called by HTTP


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