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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 23 Jan 2004 19:15:24 -0600 (CST)
guy         2004/01/23 19:15:24 CST

  Modified files:
    gtk                  rtp_analysis.c 
  Log:
  From Lars Ruoff (who also contributed the previous change; my apologies
  to both Larses):
  
  	- Comfort noise (CN) packets and packets following them
  	  immediately are excluded from maximum delay calculation (as
  	  well as marked packets are)
  	- Payload changes between CN and regular packets are ignored.
  	- Added a "Marker missing?" status warning for packets following
  	  CN that don't have the marker bit set (cf. RFC1890 4.1)
  	- Changed status "Ok" to "[ Ok ]", so that when sorting by status
  	  column, all non-Oks are grouped together.
  	- Minor GUI updates: reduced size of box, borders, spacing,
  	  changed highlight colors.
  
  Revision  Changes    Path
  1.24      +79 -42    ethereal/gtk/rtp_analysis.c