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

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: Fri, 21 Jun 2002 19:21:39 -0500 (CDT)
guy         2002/06/21 19:21:39 CDT

  Modified files:
    .                    print.c print.ps 
  Log:
  In the hex dump, generate the offset at the beginning of each line in
  common code, rather than in print-format-specific code, and have
  "print_hex_data_common()" put out the blank line before the dump itself
  rather than relying on the print-format-specific "start printing the hex
  dump" code to do it.
  
  Revision  Changes    Path
  1.50      +19 -25    ethereal/print.c
  1.4       +14 -14    ethereal/print.ps