Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ethereal.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:10:25 -0500 (CDT)
deniel      1999/07/31 08:10:23 CDT

  Modified files:
    .                    ethereal.c 
  Log:
  - remove close_cap_file in follow_stream_cb since load_cap_file
    implicitly calls it
  - compute the filter in follow_stream_cb since load_cap_file
    does not honor the display filter if the dfcode is non already set
  - Follow TCP stream is still buggy however (incorrect saved TCP data due
    to the fact that dissect_tcp is called even if the filter applies).
  
  Revision  Changes    Path
  1.69      +7 -2      ethereal/ethereal.c