epan/dissectors/pidl/samr/samr.cnf cnf_dissect_lsa_BinaryString => lsarpc_dissect_str...
[wireshark-sm.git] / epan / dissectors / packet-irdma.h
blob84405e86b3229c8d93ea433d1bc0643d7884a1db
1 /* packet-irdma.h
3 * Definitions for IBM i RDMA packet dissection
4 * Copyright 2018, 2024 IBM Corporation
5 * Brian Jongekryg (bej@us.ibm.com, bej@arbin.net)
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __PACKET_IRDMA_H__
11 #define __PACKET_IRDMA_H__
13 #define IRDMAEP_DATA_TYPE 0
14 #define IRDMAEP_USERRDMA_TYPE 1
16 typedef struct irdmaep_pdata
18 unsigned pdata_type;
19 uint32_t userrdma_offset;
21 } irdmaep_pdata_t;
23 #endif