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: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Jul 2002 01:15:27 -0500 (CDT)
sahlberg    2002/07/31 01:15:27 CDT

  Modified files:
    epan                 packet_info.h 
  Log:
  Adding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL but this one will return
  -1,0,1 as the xxxcmp() functions will instead of just true/false.
  Useful if you not only want to check for equality but also if you want to have a way to order the elements.
  
  Revision  Changes    Path
  1.16      +15 -1     ethereal/epan/packet_info.h