Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c color_dlg.c display_opts.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: Mon, 26 Jun 2000 23:36:15 -0500 (CDT)
guy         2000/06/26 23:36:12 CDT

  Modified files:
    gtk                  capture_dlg.c color_dlg.c display_opts.c 
                         file_dlg.c find_dlg.c goto_dlg.c main.c 
                         packet_win.c print_dlg.c 
  Log:
  Patch from Ben Fowler to rename the global variable "cf" to "cfile", to
  make it easier to use grep to find all references to it without getting
  a lot of false hits and to check, after allocating the memory chunk for
  "frame_data" structures, that the allocation succeeded.
  
  Revision  Changes    Path
  1.27      +20 -20    ethereal/gtk/capture_dlg.c
  1.3       +8 -8      ethereal/gtk/color_dlg.c
  1.8       +5 -5      ethereal/gtk/display_opts.c
  1.25      +22 -22    ethereal/gtk/file_dlg.c
  1.11      +9 -9      ethereal/gtk/find_dlg.c
  1.7       +2 -2      ethereal/gtk/goto_dlg.c
  1.123     +78 -77    ethereal/gtk/main.c
  1.9       +8 -8      ethereal/gtk/packet_win.c
  1.18      +4 -4      ethereal/gtk/print_dlg.c