Ethereal-dev: Re: [Ethereal-dev] Diameter Finally up to -07

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

From: David Frascone <dave@xxxxxxxxxxxx>
Date: Mon, 30 Jul 2001 15:48:24 -0500
On Mon, Jul 30, 2001 at 01:41:31PM -0700, Guy Harris wrote:
> > Sorry, my linux compiler was giving me warnings.  (not on the %x ones, but
> > on the %d's).
> 
> On what platform?  "gint32" should be "int", and "guint32" should be just
> "unsigned int", on most if not all platforms; what does "glibconfig.h"
> typedef it as?

gcc: 2.95.3

They are unsigned and signed ints, but the compiler gives a warning
that gint32 is not an int.  It's probably my buggy redhat 7.0 compiler.  I
need to upgrade it.