Wireshark  4.3.0
The Wireshark network protocol analyzer
init_wslua.h
Go to the documentation of this file.
1 
10 #ifndef __INIT_WSLUA_H__
11 #define __INIT_WSLUA_H__
12 
13 #include "ws_symbol_export.h"
14 
15 #include <wsutil/plugins.h>
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif /* __cplusplus */
20 
21 WS_DLL_PUBLIC int wslua_count_plugins(void);
22 WS_DLL_PUBLIC void wslua_reload_plugins (register_cb cb, void *client_data);
23 
24 WS_DLL_PUBLIC void wslua_plugins_get_descriptions(plugin_description_callback callback, void *user_data);
25 WS_DLL_PUBLIC void wslua_plugins_dump_all(void);
26 
27 #ifdef __cplusplus
28 }
29 #endif /* __cplusplus */
30 
31 #endif /* __INIT_WSLUA_H__ */