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

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

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Mon, 26 Jan 2004 13:16:30 -0600 (CST)
obiot       2004/01/26 13:16:30 CST

  Modified files:
    gtk                  rtp_stream.c rtp_stream.h 
                         rtp_stream_dlg.c 
  Log:
  From Lars Ruoff:
  
  - made streams list sortable by column
  - added a button "Find Reverse" that finds the reverse stream to the
    selected forward stream. (If different reverse streams available,
    pushing the button repeatedly will cycle through all of them,
    one after the other.)
  - tidied up lots of superflous code.
  
  Also get rid of a const pointer cast warning, and remove the _U_ attribute
  from rtpstream_reset().
  
  Revision  Changes    Path
  1.8       +2 -2      ethereal/gtk/rtp_stream.c
  1.5       +2 -2      ethereal/gtk/rtp_stream.h
  1.12      +220 -161  ethereal/gtk/rtp_stream_dlg.c