Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-autosar-ipdu-multiplexer.h
blobe7839047aed55e79f9fb498f483fabdf64b4027d
1 /* packet-autosar-ipdu-multiplexer.h
2 * Definitions for AUTOSAR I-PDU Multiplexer dissector
3 * By Dr. Lars Voelker <lars.voelker@technica-engineering.de>
4 * Copyright 2021-2023 Dr. Lars Voelker
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __PACKET_AUTOSAR_IPDU_MULTIPLEXER_H__
14 #define __PACKET_AUTOSAR_IPDU_MULTIPLEXER_H__
16 typedef struct _autosar_ipdu_multiplexer {
17 uint32_t pdu_id;
18 } autosar_ipdu_multiplexer_info_t;
20 #endif /* __PACKET_AUTOSAR_IPDU_MULTIPLEXER_H__ */
23 * Editor modelines
25 * Local Variables:
26 * c-basic-offset: 4
27 * tab-width: 8
28 * indent-tabs-mode: nil
29 * End:
31 * ex: set shiftwidth=4 tabstop=8 expandtab:
32 * :indentSize=4:tabSize=8:noTabs=true: