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
;
28 #endif /* __PACKET_TECMP_H__ */
36 * indent-tabs-mode: nil
39 * ex: set shiftwidth=4 tabstop=8 expandtab:
40 * :indentSize=4:tabSize=8:noTabs=true: