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

Describes a single built-in tap registration entry, pairing a tap name with its registration callback. More...

#include <tap.h>

Public Attributes

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

Detailed Description

Describes a single built-in tap registration entry, pairing a tap name with its registration callback.

Member Data Documentation

◆ cb_func

void(* _tap_reg::cb_func) (void)

Callback invoked during startup to register this built-in tap.

◆ cb_name

const char* _tap_reg::cb_name

Name identifying the tap registration entry, used for lookup and display.


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