Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
wtap_plugin Struct Reference

Plugin registration callback table. More...

#include <wtap.h>

Public Attributes

void(* register_wtap_module )(void)
 

Detailed Description

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.


The documentation for this struct was generated from the following file: