Wireshark-dev: [Wireshark-dev] Looking for a base32_encode
From: Antoine d'Otreppe <a.dotreppe@xxxxxxxxxx>
Date: Thu, 29 Nov 2018 08:35:13 +0000
Hi all,

Still working on the syncthing dissector, I need a base32_encode.
I've noticed there's a wsutil/base32.c file, which contains a base32_decode.
Unfortunately I couldn't find the corresponding encode.

Do we have that somewhere?