Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-rpcrdma.h
1
/* packet-rpcrdma.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <
[email protected]
>
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
12
extern
bool
rpcrdma_is_reduced(
void
);
13
extern
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
*/
Generated by
1.9.8