Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-btrfcomm.h
blob8ed200be93af659c489749b466cda5e2d3c5ce71
1 /* packet-btrfcomm.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_BTRFCOMM_H__
11 #define __PACKET_BTRFCOMM_H__
13 typedef struct _btrfcomm_data_t {
14 uint32_t interface_id;
15 uint32_t adapter_id;
16 uint16_t chandle; /* only low 12 bits used */
17 uint16_t cid;
18 bool is_local_psm; /* otherwise it is PSM in remote device */
19 uint8_t dlci;
20 uint32_t remote_bd_addr_oui;
21 uint32_t remote_bd_addr_id;
22 } btrfcomm_data_t;
24 extern int proto_btrfcomm;
26 #endif
29 * Editor modelines - https://www.wireshark.org/tools/modelines.html
31 * Local variables:
32 * c-basic-offset: 4
33 * tab-width: 8
34 * indent-tabs-mode: nil
35 * End:
37 * vi: set shiftwidth=4 tabstop=8 expandtab:
38 * :indentSize=4:tabSize=8:noTabs=true: