diff options
Diffstat (limited to 'epan/dissectors/packet-bthci_iso.h')
-rw-r--r-- | epan/dissectors/packet-bthci_iso.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bthci_iso.h b/epan/dissectors/packet-bthci_iso.h new file mode 100644 index 00000000..d814d1cc --- /dev/null +++ b/epan/dissectors/packet-bthci_iso.h @@ -0,0 +1,26 @@ +/* packet-bthci_iso.h + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef __PACKET_BTHCI_ISO_H__ +#define __PACKET_BTHCI_ISO_H__ + +#endif + +/* + * Editor modelines - https://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * vi: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ |