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
10 #ifndef __PACKET_BTRFCOMM_H__
11 #define __PACKET_BTRFCOMM_H__
13 typedef struct _btrfcomm_data_t
{
14 uint32_t interface_id
;
16 uint16_t chandle
; /* only low 12 bits used */
18 bool is_local_psm
; /* otherwise it is PSM in remote device */
20 uint32_t remote_bd_addr_oui
;
21 uint32_t remote_bd_addr_id
;
24 extern int proto_btrfcomm
;
29 * Editor modelines - https://www.wireshark.org/tools/modelines.html
34 * indent-tabs-mode: nil
37 * vi: set shiftwidth=4 tabstop=8 expandtab:
38 * :indentSize=4:tabSize=8:noTabs=true: