Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] ctype.h calls

From: Ed Beroset <beroset@xxxxxxxxxxxxxx>
Date: Tue, 28 Oct 2014 14:25:12 -0400 (GMT-04:00)
Jeff Morriss wrote:
>Is there any reason the remaining ctype.h calls in master shouldn't be 
>removed [and the functions put on the prohibited list in checkAPIs.pl]?

One of the calls in <ctype.h> is tolower() which is used in wsutil/strncasecmp.c.  Could we simply remove that entire file and use g_ascii_strncasecmp() instead?

Ed