Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Macros | Functions
base32.h File Reference
#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)
 

Detailed Description

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

Macro Definition Documentation

◆ Base32_BAD_INPUT

#define Base32_BAD_INPUT   -1

Returned by base32_decode() if the input is not valid base32.

◆ Base32_TOO_BIG

#define Base32_TOO_BIG   -2

Returned by base32_decode() if the output buffer is too small.