Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal rtp_pt.h Makefile.am packet-h261.c packet-h2

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: Sat, 23 Aug 2003 01:36:47 -0500 (CDT)
guy         2003/08/23 01:36:47 CDT

  Modified files:
    .                    Makefile.am packet-h261.c packet-h263.c 
                         packet-mpeg1.c packet-rtp.c 
  Added files:
    .                    rtp_pt.h 
  Log:
  Add a dissector table for RTP payload types, and have dissectors
  register themselves in that table rather than exporting their dissectors
  by name and having the RTP dissector know about particular dissectors
  for particular payload types.
  
  Revision  Changes    Path
  1.611     +2 -1      ethereal/Makefile.am
  1.19      +11 -4     ethereal/packet-h261.c
  1.2       +11 -4     ethereal/packet-h263.c
  1.10      +11 -4     ethereal/packet-mpeg1.c
  1.41      +11 -67    ethereal/packet-rtp.c