Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-bthci_evt.h
blob8cc379c38478819001e5840f65fa977d18917fc9
1 /* packet-bthci_evt.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __PACKET_BTHCI_EVT_H__
11 #define __PACKET_BTHCI_EVT_H__
13 extern value_string_ext bthci_evt_evt_code_vals_ext;
14 extern const value_string bthci_evt_controller_types[];
15 extern const value_string bthci_evt_codec_id_vals[];
16 extern const value_string bthci_evt_mws_transport_layer_vals[];
18 #ifdef __cplusplus
19 extern "C" {
20 #endif /* __cplusplus */
22 WS_DLL_PUBLIC const value_string bthci_evt_lmp_version[];
23 WS_DLL_PUBLIC const value_string bthci_evt_hci_version[];
25 #ifdef __cplusplus
27 #endif /* __cplusplus */
29 #endif
32 * Editor modelines - https://www.wireshark.org/tools/modelines.html
34 * Local variables:
35 * c-basic-offset: 4
36 * tab-width: 8
37 * indent-tabs-mode: nil
38 * End:
40 * vi: set shiftwidth=4 tabstop=8 expandtab:
41 * :indentSize=4:tabSize=8:noTabs=true: