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

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, 22 Aug 2002 13:53:54 -0500 (CDT)
guy         2002/08/22 13:53:54 CDT

  Modified files:
    epan                 packet_info.h 
  Log:
  Fix the comment before "CMP_ADDRESS()" to reflect reality ("memcmp()"
  isn't guaranteed to return 0, 1, or -1, it returns *some* positive
  number, not necessarily 1, if the first argument is greater than the
  second, and *some* negative number, not necessarily -1, if the first
  argument is less than the second).
  
  Revision  Changes    Path
  1.18      +3 -3      ethereal/epan/packet_info.h