Ethereal-dev: Re: [Ethereal-dev] Re: [Ethereal-cvs] rev 15937: /trunk/epan/dissectors/: packet

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Wed, 21 Sep 2005 11:28:11 -0700
Mike Duigou wrote:
I'm getting compilation errors under FC4 i386 with GCC 4.0 following this commit:

packet-spnego.c: In function 'dissect_spnego_T_NegTokenInit_mechListMIC':
packet-spnego.c:265: error: invalid storage class for function 'dissect_spnego_PrincipalSeq'

Declaring a function inside another function (declaring, not defining) might be a GCC extension; I've checked in a change to move the declaration to the top of the file.