Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <wireshark.h>
Go to the source code of this file.
Macros | |
#define | Base32_BAD_INPUT -1 |
#define | Base32_TOO_BIG -2 |
Functions | |
WS_DLL_PUBLIC int | ws_base32_decode (uint8_t *output, const uint32_t outputLength, const uint8_t *in, const uint32_t inputLength) |
Base-32 conversion
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
#define Base32_BAD_INPUT -1 |
Returned by base32_decode() if the input is not valid base32.
#define Base32_TOO_BIG -2 |
Returned by base32_decode() if the output buffer is too small.