Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan conversation.c 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: Mon, 4 Jun 2001 01:46:08 -0500 (CDT)
guy         2001/06/04 01:46:08 CDT

  Modified files:
    epan                 conversation.c packet_info.h 
  Log:
  Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"
  structures as arguments, that evaluates to "true" if the two addresses
  are equal and "false" if they're not equal.  Use that macro in the
  conversation code.
  
  Revision  Changes    Path
  1.7       +10 -29    ethereal/epan/conversation.c
  1.3       +7 -3      ethereal/epan/packet_info.h