Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
taps.h
Go to the documentation of this file.
1
12#ifndef __TAPS_H__
13#define __TAPS_H__
14
15#include <glib.h>
16
17#include <epan/tap.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif /* __cplusplus */
22
23extern tap_reg_t const tap_reg_listener[];
24
25extern const unsigned long tap_reg_listener_count;
26
27#ifdef __cplusplus
28}
29#endif /* __cplusplus */
30
31#endif /* __TAPS_H__ */
Definition tap.h:81