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

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 10 Feb 2001 21:29:54 -0600 (CST)
gram        2001/02/10 21:29:53 CST

  Modified files:
    epan/ftypes          ftype-integer.c 
  Log:
  Make boolean equality/inequality tests smarter; they don't test
  for exact value matches, but just that the two values are either zero
  or non-zero.
  
  Revision  Changes    Path
  1.3       +34 -7     ethereal/epan/ftypes/ftype-integer.c