Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk follow_dlg.c follow_dlg.h Makefile.am

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:45:10 -0500 (CDT)
gram        2000/08/03 07:44:57 CDT

  Modified files:
    gtk                  Makefile.am Makefile.nmake main.c main.h 
                         menu.c packet_win.c 
  Added files:
    gtk                  follow_dlg.c follow_dlg.h 
  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.28      +3 -1      ethereal/gtk/Makefile.am
  1.11      +1 -0      ethereal/gtk/Makefile.nmake
  1.131     +1 -436    ethereal/gtk/main.c
  1.15      +1 -2      ethereal/gtk/main.h
  1.32      +2 -2      ethereal/gtk/menu.c
  1.10      +1 -2      ethereal/gtk/packet_win.c