Wireshark  4.3.0
The Wireshark network protocol analyzer
bitswap.h
Go to the documentation of this file.
1 
11 #ifndef __BITSWAP_H__
12 #define __BITSWAP_H__
13 
14 #include <wireshark.h>
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
19 
20 WS_DLL_PUBLIC void bitswap_buf_inplace(uint8_t *buf, size_t len);
21 
22 #ifdef __cplusplus
23 }
24 #endif /* __cplusplus */
25 
26 #endif /* bitswap.h */