Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c file_dlg.c main.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:33 -0500 (CDT)
guy         1999/09/23 02:20:27 CDT

  Modified files:
    gtk                  capture_dlg.c file_dlg.c main.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.4       +1 -3      ethereal/gtk/capture_dlg.c
  1.4       +3 -3      ethereal/gtk/file_dlg.c
  1.8       +5 -6      ethereal/gtk/main.c