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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 25 Sep 2003 14:35:15 -0500 (CDT)
guy         2003/09/25 14:35:15 CDT

  Modified files:
    gtk                  rtp_analysis.c rtp_stream.c 
  Log:
  RTP analysis updates from Lars Ruoff:
  
  	- can now handle streams with different payload types
  	- detects payload changes
  	- detects comfort noise (PT=13 and 19)
  	- status line now shows: sequence errors, payload changes,
  	  comfort noise (if any)
  	- uses colours for lines with status != "Ok"
  	- new button "next": jumps to next line with status != "Ok"
  	  (starting from selected line)
  	- fixed: wrong jitter calculation (bug from tap_rtp)
  	- fixed: marker was not shown on first packet or erroneous
  	  packets (bug from tap_rtp)
  	- code refactored to improve readability and reuse
  
  Revision  Changes    Path
  1.2       +404 -245  ethereal/gtk/rtp_analysis.c
  1.2       +3 -21     ethereal/gtk/rtp_stream.c