Wireshark
4.3.0
The Wireshark network protocol analyzer
epan
dissectors
packet-mctp.h
1
/* packet-mctp.c
2
* Definitions for Management Component Transport Protocol (MCTP) packet
3
* disassembly
4
* Copyright 2022, Jeremy Kerr <jk@codeconstruct.com.au>
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
#ifndef __PACKET_MCTP_H__
14
#define __PACKET_MCTP_H__
15
16
/* MCTP type values */
17
18
#define MCTP_TYPE_CONTROL 0
19
#define MCTP_TYPE_PLDM 1
20
#define MCTP_TYPE_NCSI 2
21
#define MCTP_TYPE_ETHERNET 3
22
#define MCTP_TYPE_NVME 4
23
24
#endif
/* __PACKET_MCTP_H__ */
Generated by
1.9.1