Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_wtap_module_reg Struct Reference

Entry in the table of built-in wiretap modules to register. More...

#include <wtap_modules.h>

Public Attributes

const char * cb_name
void(* cb_func )(void)

Detailed Description

Entry in the table of built-in wiretap modules to register.

Each entry maps a module name to its registration callback.

Member Data Documentation

◆ cb_func

void(* _wtap_module_reg::cb_func) (void)

Function to invoke for registration.

◆ cb_name

const char* _wtap_module_reg::cb_name

Name of the registration callback.


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