|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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) |
Describes a single built-in tap registration entry, pairing a tap name with its registration callback.
| void(* _tap_reg::cb_func) (void) |
Callback invoked during startup to register this built-in tap.
| const char* _tap_reg::cb_name |
Name identifying the tap registration entry, used for lookup and display.