Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
media_params.h
Go to the documentation of this file.
1
15#pragma once
16#include <epan/wmem_scopes.h>
17
18#include "ws_symbol_export.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif /* __cplusplus */
23
34WS_DLL_PUBLIC char *
35ws_find_media_type_parameter(wmem_allocator_t *scope, const char *parameters, const char *key);
36
37#ifdef __cplusplus
38}
39#endif /* __cplusplus */
WS_DLL_PUBLIC char * ws_find_media_type_parameter(wmem_allocator_t *scope, const char *parameters, const char *key)
Finds a media type parameter in a given set of parameters.
Definition media_params.c:134
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34