Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk range_utils.c range_utils.h file_dlg.c M

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Thu, 22 Apr 2004 16:29:35 -0500 (CDT)
ulfl        2004/04/22 16:29:35 CDT

  Modified files:
    gtk                  file_dlg.c Makefile.am Makefile.common 
  Added files:
    gtk                  range_utils.c range_utils.h 
  Log:
  seperated common packet range code from the save and the print dialog,
  and put it into new range_utils files. This will avoid:
  a) duplicate code in save and print dialog and
  b) yet another code duplication for future dialogs (export, ...)
  
  Revision  Changes    Path
  1.103     +10 -293   ethereal/gtk/file_dlg.c
  1.94      +2 -1      ethereal/gtk/Makefile.am
  1.11      +2 -1      ethereal/gtk/Makefile.common