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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 11 Mar 2000 22:26:40 -0600 (CST)
guy         2000/03/11 22:26:38 CST

  Modified files:
    .                    follow.c packet-tcp.c follow.h 
  Log:
  In the TCP stream following code, we don't use the time stamp field in
  the stuff we write to the temporary file, so don't bother writing it.
  
  Keep track of the two sides of the TCP stream by keeping track of the
  source address *and* port, so that we correctly handle connections
  between two ports on the same machine.
  
  Revision  Changes    Path
  1.21      +20 -13    ethereal/follow.c
  1.59      +2 -4      ethereal/packet-tcp.c
  1.8       +2 -3      ethereal/follow.h