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

Ethereal-dev: Re: [Ethereal-dev] Voip Calls analysis and Graph analysis

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Lars Roland <lars.roland@xxxxxxx>
Date: Tue, 01 Feb 2005 15:03:26 +0100
julien.leproust@xxxxxxxx schrieb:
Hello,

First, congratulations to Alejandro for this work, that's very useful :)

But graph_analysis.c fails to compile on my Debian Sarge (gcc-3.3) because of the "boolean" type. I replaced it with gboolean and it works fine. Is it a Windows-only type?
I don't know if it is "Windows only" but it at least MSVC supports it.

See following patch.
checked in.
Thanks,
Lars