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

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 12:03:21 -0500 (CDT)
ulfl        2004/04/22 12:03:21 CDT

  Modified files:
    .                    file.c print.c print.h print.ps 
                         tethereal.c 
  Log:
  added some options and enhancements to the print output:
  -ps: added formatting hints for ghostscript, so pdf conversion will be much better
  -ps: print a thin line at the top and bottom of each page
  -ps/text: add an option to start a new page for every packet (formfeed)
  
  Revision  Changes    Path
  1.377     +22 -6     ethereal/file.c
  1.78      +51 -3     ethereal/print.c
  1.41      +5 -1      ethereal/print.h
  1.7       +107 -9    ethereal/print.ps
  1.237     +2 -1      ethereal/tethereal.c