Wireshark  4.3.0
The Wireshark network protocol analyzer
Typedefs | Enumerations | Functions
plugins.h File Reference
#include <wireshark.h>

Go to the source code of this file.

Typedefs

typedef void(* plugin_register_func) (void)
 
typedef void plugins_t
 
typedef void(* plugin_description_callback) (const char *name, const char *version, const char *types, const char *filename, void *user_data)
 

Enumerations

enum  plugin_type_e { WS_PLUGIN_EPAN , WS_PLUGIN_WIRETAP , WS_PLUGIN_CODEC }
 

Functions

WS_DLL_PUBLIC plugins_t * plugins_init (plugin_type_e type)
 
WS_DLL_PUBLIC void plugins_get_descriptions (plugin_description_callback callback, void *user_data)
 
WS_DLL_PUBLIC void plugins_dump_all (void)
 
WS_DLL_PUBLIC int plugins_get_count (void)
 
WS_DLL_PUBLIC void plugins_cleanup (plugins_t *plugins)
 
WS_DLL_PUBLIC bool plugins_supported (void)
 

Detailed Description

definitions for plugins structures

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later