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

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: Fri, 23 Jul 1999 03:29:32 -0500 (CDT)
guy         1999/07/23 03:29:29 CDT

  Modified files:
    .                    file.c ethereal.c file.h print.c print.h 
                         menu.c capture.c column.c prefs.h 
  Log:
  Add a "File/Print" menu item, which prints *all* the packets in the
  capture to a file or printer.  This should eventually get the ability to
  print either all the packets or only the packets selected by the display
  filter, and possibly also the ability to print only packets M through N.
  
  Get rid of "cur" member of "capture_file" structure; nobody used it.
  
  There's no need to pass a pointer to a "dialog_button" variable to
  "simple_dialog()" for the error boxes displayed if a file copy or move
  fails; that dialog box is just a message box and has only an "OK"
  button.
  
  Put the declaration of "prefs" into "prefs.h".
  
  Revision  Changes    Path
  1.41      +54 -11    ethereal/file.c
  1.59      +322 -7    ethereal/ethereal.c
  1.21      +3 -2      ethereal/file.h
  1.14      +22 -23    ethereal/print.c
  1.8       +5 -2      ethereal/print.h
  1.27      +4 -2      ethereal/menu.c
  1.34      +3 -2      ethereal/capture.c
  1.19      +1 -3      ethereal/column.c
  1.7       +3 -1      ethereal/prefs.h