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

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

From: Mike Duigou <ethereal@xxxxxxxxxx>
Date: Wed, 21 Sep 2005 11:17:50 -0700
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'
packet-spnego.c:279: warning: implicit declaration of function 'dissect_spnego_PrincipalSeq'
packet-spnego.c: At top level:
packet-spnego.c:501: error: static declaration of 'dissect_spnego_PrincipalSeq' follows non-static declaration
packet-spnego.c:279: error: previous implicit declaration of 'dissect_spnego_PrincipalSeq' was here


guy@xxxxxxxxxxxx wrote:
User: guy
Date: 2005/09/21 12:42 PM

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +273 -139  packet-spnego.c    Modified