Ethereal-cvs: [Ethereal-cvs] r11514 - in trunk: . gtk: trunk/file.c trunk/gtk/follow_dlg.c tru

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

Date: Sun, 25 Jul 2004 03:53:38 -0500 (CDT)
Author: guy
Date: Sun Jul 25 03:53:38 2004
New Revision: 11514

Modified:
   trunk/file.c
   trunk/gtk/follow_dlg.c
   trunk/print.c
   trunk/print.h
   trunk/tethereal.c
Log:
Make some generic print routines that take, as an argument, a pointer to
a structure containing a pointer to print operations for that object and
a pointer to the private subclass-dependent data for that object, with
subclasses for text and PostScript, and use those rather than the old
scheme where a print format was passed as an argument - or where (as in
the case of printing summary information in Tethereal) we just printed
as text even if "-T ps" was selected.

Check whether those routines succeed or get an I/O error writing output.

Clean up indentation.