Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ethereal.c follow.c packet-ip.c packet.h

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Sat, 31 Jul 1999 06:21:13 -0500 (CDT)
deniel      1999/07/31 06:21:11 CDT

  Modified files:
    .                    ethereal.c follow.c packet-ip.c packet.h 
  Log:
  Remove srcip and destip from packet_info since it is not safe to affect
  string pointer from the result of ip_to_str (statically allocated string).
  Use the ip_src and the new field ip_dst in follow.c to build a correct
  string display filter.
  
  Revision  Changes    Path
  1.68      +3 -3      ethereal/ethereal.c
  1.13      +6 -3      ethereal/follow.c
  1.32      +2 -3      ethereal/packet-ip.c
  1.76      +2 -3      ethereal/packet.h