3 * By Dr. Lars Voelker <lars.voelker@technica-engineering.de>
4 * Copyright 2013-2019 BMW Group, Dr. Lars Voelker
5 * Copyright 2020-2023 Technica Engineering, Dr. Lars Voelker
6 * Copyright 2023-2023 BMW Group, Hermann Leinsle
8 * Wireshark - Network traffic analyzer
9 * By Gerald Combs <gerald@wireshark.org>
10 * Copyright 1998 Gerald Combs
12 * SPDX-License-Identifier: GPL-2.0-or-later
15 #ifndef __PACKET_HSFZ_H__
16 #define __PACKET_HSFZ_H__
18 typedef struct hsfz_info
{
19 uint8_t target_address
;
20 uint8_t source_address
;
23 #endif /* __PACKET_HSFZ_H__ */
26 * Editor modelines - https://www.wireshark.org/tools/modelines.html
31 * indent-tabs-mode: nil
34 * vi: set shiftwidth=4 tabstop=8 expandtab:
35 * :indentSize=4:tabSize=8:noTabs=true: