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 02:27:50 -0500 (CDT)
guy         2001/06/04 02:27:50 CDT

  Modified files:
    epan                 conversation.c packet_info.h 
  Log:
  Define a "COPY_ADDRESS()" macro, which copies the data in one address to
  another (copying the data to a mallocated array) in
  "epan/packet_info.h", and use it in the conversation code.
  
  Revision  Changes    Path
  1.8       +4 -20     ethereal/epan/conversation.c
  1.4       +16 -1     ethereal/epan/packet_info.h