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

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 08:55:22 -0500 (CDT)
deniel      1999/07/31 08:55:20 CDT

  Modified files:
    .                    ethereal.c follow.c follow.h packet-tcp.c 
  Log:
  Fix TCP follow stream feature:
  - call reset_tcp_reassembly before build_follow_filter
  - modify reassemble_tcp so that packet validity is
    checked before processing it.
  
  Revision  Changes    Path
  1.70      +2 -2      ethereal/ethereal.c
  1.14      +19 -2     ethereal/follow.c
  1.5       +3 -2      ethereal/follow.h
  1.29      +5 -2      ethereal/packet-tcp.c