Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal config.nmake packet-rtp.c packet-sdp.c rtp_p

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

From: etxrab@xxxxxxxxxxxx (Anders Broman)
Date: Tue, 1 Jun 2004 16:40:41 -0500 (CDT)
etxrab      2004/06/01 16:40:41 CDT

  Modified files:
    .                    config.nmake packet-rtp.c packet-sdp.c 
                         rtp_pt.h 
  Log:
  From Thomas Anders dissects the RTP Payload Type (if media protocol is RTP/AVP)
  with its descriptive name rather than the raw value string,
  much like packet-rtp.c does already.
  To avoid duplicate definitions,  the existing rtp_payload_type_vals[] definition is  moved
  from packet-rtp.c and gtk/rtp_stream_dlg.c to rtp_pt.h.
  
  Revision  Changes    Path
  1.90      +4 -4      ethereal/config.nmake
  1.46      +2 -31     ethereal/packet-rtp.c
  1.46      +13 -5     ethereal/packet-sdp.c
  1.3       +34 -1     ethereal/rtp_pt.h