Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
taps.h
Go to the documentation of this file.
1
11
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__ */
tap.h
tap_reg_t
struct _tap_reg tap_reg_t
Describes a single built-in tap registration entry, pairing a tap name with its registration callback...
Generated by
1.15.0