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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 8 Jul 2004 05:36:29 -0500 (CDT)
guy         2004/07/08 05:36:28 CDT

  Modified files:
    .                    file.c file.h print.c print.h tethereal.c 
  Log:
  Make the "human-readable text vs. PSML vs. PDML" choice separate from
  the "text vs.  PostScript" choice.  The "text vs. PostScript" choice
  should probably ultimately be done with a generic set of print methods,
  to handle various platform-native print mechanisms more cleanly (and
  perhaps the dialog box code for "export as {PDML,PSML}" should be
  separate from the "export as text"/"print" dialog).
  
  Revision  Changes    Path
  1.388     +146 -3    ethereal/file.c
  1.119     +4 -1      ethereal/file.h
  1.84      +299 -276  ethereal/print.c
  1.45      +7 -4      ethereal/print.h
  1.246     +295 -213  ethereal/tethereal.c