Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wtap_modules.h File Reference

Go to the source code of this file.

Classes

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

Typedefs

typedef struct _wtap_module_reg wtap_module_reg_t
 Entry in the table of built-in wiretap modules to register.

Variables

wtap_module_reg_t const wtap_module_reg []
 Table of wiretap module registrations.
const unsigned wtap_module_count
 Number of built-in wiretap modules in the registration table.

Detailed Description

Definitions for wiretap module registration

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

Typedef Documentation

◆ wtap_module_reg_t

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

Each entry maps a module name to its registration callback.

Variable Documentation

◆ wtap_module_count

const unsigned wtap_module_count
extern

Number of built-in wiretap modules in the registration table.

Used to iterate over wtap_module_reg[].

◆ wtap_module_reg

wtap_module_reg_t const wtap_module_reg[]
extern

Table of wiretap module registrations.

Each entry corresponds to a built-in module that should be registered at startup.