update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / taps.h
blob933e505e54e6c300aa18e8096f4f38825ab1a877
1 /** @file
3 * Definitions for tap registration
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __TAPS_H__
13 #define __TAPS_H__
15 #include <glib.h>
17 #include <epan/tap.h>
19 #ifdef __cplusplus
20 extern "C" {
21 #endif /* __cplusplus */
23 extern tap_reg_t const tap_reg_listener[];
25 extern const unsigned long tap_reg_listener_count;
27 #ifdef __cplusplus
29 #endif /* __cplusplus */
31 #endif /* __TAPS_H__ */