Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
media_params.h
Go to the documentation of this file.
1
16#ifndef __MEDIA_PARAMS_H__
17#define __MEDIA_PARAMS_H__
18
19#include <epan/wmem_scopes.h>
20
21#include "ws_symbol_export.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif /* __cplusplus */
26
27WS_DLL_PUBLIC char *
28ws_find_media_type_parameter(wmem_allocator_t *scope, const char *parameters, const char *key);
29
30#ifdef __cplusplus
31}
32#endif /* __cplusplus */
33
34#endif /* media_params.h */
Definition wmem_allocator.h:27