epan/dissectors/pidl/samr/samr.cnf cnf_dissect_lsa_BinaryString => lsarpc_dissect_str...
[wireshark-sm.git] / epan / dissectors / packet-tecmp.h
blobdf39dd66b9e4f9bd91d840f73711e79361a49d42
1 /* packet-tecmp.h
3 * Definitions for TECMP
4 * By Dr. Lars Voelker <lars.voelker@technica-engineering.de>
5 * Copyright 2022-2024 Dr. Lars Voelker
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
14 #ifndef __PACKET_TECMP_H__
15 #define __PACKET_TECMP_H__
17 #define TECMP_PAYLOAD_INTERFACE_ID "tecmp.payload.interface_id"
18 #define TECMP_DATA_TYPE "tecmp.data_type"
20 typedef struct tecmp_info {
21 uint32_t interface_id;
22 uint16_t device_id;
23 uint16_t data_type;
24 uint16_t data_flags;
25 uint8_t msg_type;
26 } tecmp_info_t;
28 #endif /* __PACKET_TECMP_H__ */
31 * Editor modelines
33 * Local Variables:
34 * c-basic-offset: 4
35 * tab-width: 8
36 * indent-tabs-mode: nil
37 * End:
39 * ex: set shiftwidth=4 tabstop=8 expandtab:
40 * :indentSize=4:tabSize=8:noTabs=true: