Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.c

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: Thu, 23 Sep 1999 02:20:16 -0500 (CDT)
guy         1999/09/23 02:20:13 CDT

  Modified files:
    .                    capture.c 
  Log:
  If we forcibly turn off "fork_mode" if the user doesn't enable "Update
  list of packets in real time" in the "Capture/Start" dialog box,
  "ethereal -F" won't work - you get your choice of non-forked capture or
  "-S".
  
  Don't have "fork_mode" track "sync_mode"; instead, in those places where
  we check for "fork_mode", check for "sync_mode" as well.
  
  Revision  Changes    Path
  1.70      +4 -4      ethereal/capture.c