|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a display filter plugin, providing lifecycle callbacks for initialization and cleanup. More...
#include <dfilter-plugin.h>
Public Attributes | |
| void(* | init )(void) |
| void(* | cleanup )(void) |
Describes a display filter plugin, providing lifecycle callbacks for initialization and cleanup.
| void(* dfilter_plugin::cleanup) (void) |
Called to clean up and release any resources registered by the plugin.
| void(* dfilter_plugin::init) (void) |
Called to initialize the plugin and register its components.