Wireshark-dev: Re: [Wireshark-dev] can't compile wireshark version 4.0

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 20 Oct 2022 23:52:39 -0700
On Oct 20, 2022, at 10:08 PM, Guy Harris <gharris@xxxxxxxxx> wrote:

> Nope, do
> 
> 	if (!g_ascii_isprint(ba[i]) && !g_ascii_iscntlr(ba[i])) {

Done in

	https://gitlab.com/wireshark/wireshark/-/merge_requests/8606

with a backport to the 4.0 branch in

	https://gitlab.com/wireshark/wireshark/-/merge_requests/8607

and to the 3.6 branch in

	https://gitlab.com/wireshark/wireshark/-/merge_requests/8608