Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
packet-iwarp-ddp-rdmap.h
1
/* packet-iwarp-ddp-rdmap.c
2
* Routines for Direct Data Placement (DDP) and
3
* Remote Direct Memory Access Protocol (RDMAP) dissection
4
* According to IETF RFC 5041 and RFC 5040
5
* Copyright 2008, Yves Geissbuehler <yves.geissbuehler@gmx.net>
6
* Copyright 2008, Philip Frey <frey.philip@gmail.com>
7
*
8
* Wireshark - Network traffic analyzer
9
* By Gerald Combs <gerald@wireshark.org>
10
* Copyright 1998 Gerald Combs
11
*
12
* SPDX-License-Identifier: GPL-2.0-or-later
13
*/
14
#ifndef __PACKET_IWARP_DDP_RDMAP_H_
15
#define __PACKET_IWARP_DDP_RDMAP_H_
16
17
/* RDMA messages */
18
#define RDMA_WRITE 0x00
19
#define RDMA_READ_REQUEST 0x01
20
#define RDMA_READ_RESPONSE 0x02
21
#define RDMA_SEND 0x03
22
#define RDMA_SEND_INVALIDATE 0x04
23
#define RDMA_SEND_SE 0x05
24
#define RDMA_SEND_SE_INVALIDATE 0x06
25
#define RDMA_TERMINATE 0x07
26
27
struct
rdmapinfo
{
28
guint8 opcode;
29
};
30
31
#endif
/* __PACKET_IWARP_DDP_RDMAP_H_ */
rdmapinfo
Definition:
packet-iwarp-ddp-rdmap.h:27
Generated by
1.8.11