Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-bytes.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 1 Feb 2001 15:52:16 -0600 (CST)
guy         2001/02/01 15:52:16 CST

  Modified files:
    epan/ftypes          ftype-bytes.c 
  Log:
  Make some pointers "guchar" pointers, so that characters extracted from
  strings are unsigned, so that we can hand them to "isXXX()" macros
  without GCC warning us that an array subscript is "char" (as in "if this
  is a character with the 8th bit set, you may not get the answer you
  think you should from 'isXXX()'").
  
  Revision  Changes    Path
  1.3       +3 -3      ethereal/epan/ftypes/ftype-bytes.c