Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal print.h print.c ethereal.c file.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: Fri, 23 Jul 1999 16:09:34 -0500 (CDT)
guy         1999/07/23 16:09:31 CDT

  Modified files:
    .                    print.h print.c ethereal.c file.c 
  Log:
  Printing multiple frames in PostScript is a bit tricky, I think - I
  think I may have to worry about page boundaries and the like - so, for
  now, we make the "File/Print..." stuff print only as text.  ("Print
  Packet" can still print PostScript, as always.)
  
  We clean up a few text vs. PostScript things for printing multiple
  frames, but it's still not ready for prime time.
  
  Revision  Changes    Path
  1.9       +5 -3      ethereal/print.h
  1.16      +32 -6     ethereal/print.c
  1.60      +15 -5     ethereal/ethereal.c
  1.42      +15 -4     ethereal/file.c