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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 29 Jun 2002 04:45:08 -0500 (CDT)
guy         2002/06/29 04:45:08 CDT

  Modified files:
    .                    file.c print.c print.h print.ps rdps.c 
  Log:
  Have "print_line()" take an indentation argument, and do blank
  padding when printing text and use "putline" when printing PostScript.
  Eliminate "hexdump", as it's just a special case of "putline".
  
  Have "proto_tree_print_node()" just call "print_line()".
  
  Get rid of "print_ps_hex()" - the font used for the hex dump and the
  protocol tree are the same, so there's no need to switch fonts.
  
  Revision  Changes    Path
  1.280     +4 -4      ethereal/file.c
  1.55      +35 -44    ethereal/print.c
  1.28      +2 -2      ethereal/print.h
  1.5       +13 -35    ethereal/print.ps
  1.4       +3 -11     ethereal/rdps.c