Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-autosar-ipdu-multiplexer.h
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-2021 Dr. Lars Voelker
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 1998 Gerald Combs
9  *
10  * SPDX-License-Identifier: GPL-2.0-or-later
11  */
12 
13 typedef struct _autosar_ipdu_multiplexer {
14  guint32 pdu_id;
16 
17 /*
18  * Editor modelines
19  *
20  * Local Variables:
21  * c-basic-offset: 4
22  * tab-width: 8
23  * indent-tabs-mode: nil
24  * End:
25  *
26  * ex: set shiftwidth=4 tabstop=8 expandtab:
27  * :indentSize=4:tabSize=8:noTabs=true:
28  */
Definition: packet-autosar-ipdu-multiplexer.h:13