2 * DoIP (ISO13400) protocol
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef __PACKET_DOIP_H__
12 #define __PACKET_DOIP_H__
14 typedef struct doip_info
{
15 uint16_t target_address
;
16 uint16_t source_address
;
19 #endif /* __PACKET_DOIP_H__ */
22 * Editor modelines - https://www.wireshark.org/tools/modelines.html
27 * indent-tabs-mode: nil
30 * vi: set shiftwidth=4 tabstop=8 expandtab:
31 * :indentSize=4:tabSize=8:noTabs=true: