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

Ethereal-dev: [Ethereal-dev] Re: [Ethereal-cvs] rev 13456: /trunk/gtk/: voip_calls.c

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

Date: Mon, 21 Feb 2005 03:45:33 +0100
I fixed few things that broke the compilation on unices (at least on
FreeBSD, Solaris and MacOSX the typedef boolean does not exist).

Other than that I removed few warnings about uninitialized variables,
I added g_assert(v != NULL) before dereferencing the now NULL
initialized values.

last tghe member hasDigitMap of struct _mgcp_info_t is a pointer to a
boolean and was used non dereferenced, I dereferenced it.

Alejandro, you should have a look at those changes, and check if I did
broke something

On Monday 21 February 2005 02:36:57 -0000 (GMT), lego@xxxxxxxxxxxx
<lego@xxxxxxxxxxxx> wrote:
> User: lego
> Date: 2005/02/20 08:36 PM
> 
> Log:
>  fix few things:
>  - boolean does not exists in *nix change them to g_boolean
>  - removed some warnings about uninitialized variables
>  - mgcp_info->hasDigitMap is a pointer to a boolean, dereference it
> 
> Directory: /trunk/gtk/
>   Changes    Path            Action
>   +23 -16    voip_calls.c    Modified
> 
> http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13456&view=rev
> 
> _______________________________________________
> Ethereal-cvs mailing list
> Ethereal-cvs@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-cvs
>