2 * Macro to bitswap a byte by looking it up in a table
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
14 #include <wireshark.h>
18 #endif /* __cplusplus */
20 WS_DLL_PUBLIC
void bitswap_buf_inplace(uint8_t *buf
, size_t len
);
24 #endif /* __cplusplus */
26 #endif /* bitswap.h */