Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
packet-rpcrdma.h
1/* packet-rpcrdma.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
6 *
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
9#ifndef __PACKET_RPCRDMA_H_
10#define __PACKET_RPCRDMA_H_
11
12extern bool rpcrdma_is_reduced(void);
13extern void rpcrdma_insert_offset(int offset);
14
15#endif
16
17/*
18 * Editor modelines - https://www.wireshark.org/tools/modelines.html
19 *
20 * Local variables:
21 * c-basic-offset: 4
22 * tab-width: 8
23 * indent-tabs-mode: nil
24 * End:
25 *
26 * vi: set shiftwidth=4 tabstop=8 expandtab:
27 * :indentSize=4:tabSize=8:noTabs=true:
28 */