ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Compilation failure in gtk/stats_tree_stat.c

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 2 Dec 2013 11:40:58 -0800
On Dec 2, 2013, at 5:52 AM, Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> wrote:

> checkAPI script are no happy...
> Error: Found prohibited APIs in stats_tree_stat.c: fopen
> Error: Found prohibited APIs in stats_tree_stat.c: fopen

Calls changed to ws_fopen() to handle UTF-8 file names on Windows (that's why it's prohibited).