Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c file.h follow.c globals.h print.h

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 3 Aug 2000 07:44:31 -0500 (CDT)
gram        2000/08/03 07:44:28 CDT

  Modified files:
    .                    file.c file.h follow.c globals.h print.h 
                         tethereal.c 
  Log:
  Add a "Save As" feature to the TCP Follow dialogue, to save the stream
  file to a user-specified file.
  
  Move the file-copy routine in save_cap_file() to an indepenent
  function in file.c  (copy_binary_file()) so that follow_dlg.c can use it.
  
  Remove #include "follow.h" from the C files that don't need it.
  
  Revision  Changes    Path
  1.203     +76 -54    ethereal/file.c
  1.73      +3 -1      ethereal/file.h
  1.23      +2 -2      ethereal/follow.c
  1.19      +1 -2      ethereal/globals.h
  1.19      +5 -1      ethereal/print.h
  1.38      +1 -2      ethereal/tethereal.c