Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c display_opts.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@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 10 Jan 2002 05:05:52 -0600 (CST)
guy         2002/01/10 05:05:52 CST

  Modified files:
    gtk                  capture_dlg.c display_opts.c main.c 
  Log:
  Separate the promiscuous mode, "Update list of packets in real time",
  and "Automatic scrolling in live capture" options from the preference
  settings for them, so that the preference settings affect the initial
  values of those options, but changing those values in a capture don't
  affect the preferences, and don't automatically get saved when you save
  the preferences.
  
  If we're building without libpcap, don't have an "Automatic scrolling in
  live capture" option anywhere.
  
  Revision  Changes    Path
  1.54      +9 -9      ethereal/gtk/capture_dlg.c
  1.23      +14 -8     ethereal/gtk/display_opts.c
  1.225     +25 -9     ethereal/gtk/main.c