|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Plugin registration callback table. More...
#include <wtap.h>
Public Attributes | |
| void(* | register_wtap_module )(void) |
Plugin registration callback table.
Implementations of wiretap modules should populate this structure and pass it to wtap_register_plugin to have their registration routine invoked at library initialization or plugin registration time.
@field register_wtap_module Function pointer called to register the wiretap module. May be NULL if the plugin has no registration routine.