Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-doip.h
blob41662c96e7f3841a8640f0091fb6b02252c34342
1 /* packet-doip.c
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
9 */
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;
17 } doip_info_t;
19 #endif /* __PACKET_DOIP_H__ */
22 * Editor modelines - https://www.wireshark.org/tools/modelines.html
24 * Local variables:
25 * c-basic-offset: 4
26 * tab-width: 8
27 * indent-tabs-mode: nil
28 * End:
30 * vi: set shiftwidth=4 tabstop=8 expandtab:
31 * :indentSize=4:tabSize=8:noTabs=true: