Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.h

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

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Sat, 1 May 2004 15:15:57 -0500 (CDT)
obiot       2004/05/01 15:15:57 CDT

  Modified files:
    epan                 proto.h 
  Log:
  Squelch a compiler warning (extraneous extern on struct).
  
  Fix the PROTO_ITEM_IS_XXX and PROTO_ITEM_SET_XXX macros by replacing
  the if(x) with trigraphs so the macros can still be used in subsequent
  conditional tests.
  
  Revision  Changes    Path
  1.61      +10 -6     ethereal/epan/proto.h