|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a tap plugin, providing a callback to register its tap listener with the tap framework. More...
#include <tap.h>
Public Attributes | |
| void(* | register_tap_listener )(void) |
Describes a tap plugin, providing a callback to register its tap listener with the tap framework.
| void(* tap_plugin::register_tap_listener) (void) |
Callback invoked during startup to register this plugin's tap listener.