Wireshark
4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wsutil
plugin_exports.h
Go to the documentation of this file.
1
10
11
#pragma once
12
13
#ifndef WS_BUILD_DLL
14
#error "WS_BUILD_DLL isn't defined when building this plugin"
15
#endif
16
17
#include <ws_symbol_export.h>
18
#include <stdint.h>
19
21
WS_DLL_PUBLIC
const
char
plugin_version[];
22
24
WS_DLL_PUBLIC
const
int
plugin_want_major;
25
27
WS_DLL_PUBLIC
const
int
plugin_want_minor;
28
29
33
WS_DLL_PUBLIC
void
plugin_register
(
void
);
34
42
WS_DLL_PUBLIC uint32_t
plugin_describe
(
void
);
plugin_register
WS_DLL_PUBLIC void plugin_register(void)
Registers the plugin's protocols, dissectors, or other components with Wireshark.
Definition
ipaddr.c:410
plugin_describe
WS_DLL_PUBLIC uint32_t plugin_describe(void)
Returns a bitmask describing the capabilities/type of this plugin.
Definition
ipaddr.c:420
Generated by
1.15.0