Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-bthci_iso.h
1 /* packet-bthci_iso.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef __PACKET_BTHCI_ISO_H__
11 #define __PACKET_BTHCI_ISO_H__
12 
13 #endif
14 
15 /*
16  * Editor modelines - https://www.wireshark.org/tools/modelines.html
17  *
18  * Local variables:
19  * c-basic-offset: 4
20  * tab-width: 8
21  * indent-tabs-mode: nil
22  * End:
23  *
24  * vi: set shiftwidth=4 tabstop=8 expandtab:
25  * :indentSize=4:tabSize=8:noTabs=true:
26  */