Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.c column_info.h frame_data

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Wed, 3 Sep 2003 05:49:03 -0500 (CDT)
sahlberg    2003/09/03 05:49:03 CDT

  Modified files:
    epan                 column-utils.c column_info.h frame_data.h 
  Log:
  And for Cal,
  
  Ethereal presents   a column to display culmulative bytes into the capture.
  
  A new column type is added : Culmulative Bytes.
  While PacketLength column type specifies the number of bytes in the current packet,
  Culmulative Bytes specifies the culmulative number of bytes from the start of the capture.
  
  Revision  Changes    Path
  1.38      +5 -1      ethereal/epan/column-utils.c
  1.9       +2 -1      ethereal/epan/column_info.h
  1.9       +2 -1      ethereal/epan/frame_data.h