Wireshark  4.3.0
The Wireshark network protocol analyzer
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
20 extern "C" {
21 #endif /* __cplusplus */
22 
23 extern tap_reg_t const tap_reg_listener[];
24 
25 extern const unsigned long tap_reg_listener_count;
26 
27 #ifdef __cplusplus
28 }
29 #endif /* __cplusplus */
30 
31 #endif /* __TAPS_H__ */
Definition: tap.h:64