Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c 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 Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 8 Jun 2001 03:50:50 -0500 (CDT)
guy         2001/06/08 03:50:50 CDT

  Modified files:
    .                    file.c print.c print.h tethereal.c 
  Log:
  When printing the contents of a raw-data field, don't use the raw data
  of the current frame as the source, use the raw data of the tvbuff
  that's the data source of that field.
  
  Revision  Changes    Path
  1.240     +2 -2      ethereal/file.c
  1.34      +44 -9     ethereal/print.c
  1.22      +3 -4      ethereal/print.h
  1.86      +2 -2      ethereal/tethereal.c