Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal follow.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: Tue, 6 Jul 1999 20:41:20 -0500 (CDT)
guy         1999/07/06 20:41:18 CDT

  Modified files:
    .                    follow.c follow.h 
  Log:
  From Jason Lango <jal@xxxxxxxxxx>, a fix to a long-standing problem
  (which could cause core dumps in "Follow TCP Stream") -
  "check_fragments()" was, when deleting a TCP segment at the beginning of
  the list of segments, setting "src[index]" to point to the next segment,
  not "frags[index]".  "src[index]" is the source IP address, not a
  pointer to a fragment.
  
  Also, make some routines not used outside "follow.c" static.
  
  Revision  Changes    Path
  1.9       +7 -4      ethereal/follow.c
  1.4       +1 -3      ethereal/follow.h