Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk io_stat.c

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: Fri, 3 Oct 2003 22:10:19 -0500 (CDT)
sahlberg    2003/10/03 22:10:18 CDT

  Modified files:
    gtk                  io_stat.c 
  Log:
  Fix to IO-Stat.
  
  IO-Stat failed to produce Advanced/COUNT(*) statistics for fields of type FT_NONE.
  Fixed.
  
  Now it is possible to do :
  Advanced/COUNT(*)  Filter:tcp.analysis.retransmission  Field:tcp.analysis.retransmission
  Advanced/COUNT(*)  Filter:tcp.analysis.duplicate_ack  Field:tcp.analysis.duplicate_ack
  
  And it will plot the number of Retransmissions and Duplicate ACKs seen in each time interval.
  
  Revision  Changes    Path
  1.31      +10 -1     ethereal/gtk/io_stat.c