Ethereal-dev: Re: [Ethereal-dev] RTP mpeg-1 video

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 14 Jun 2001 02:31:22 -0700
On Wed, Jun 13, 2001 at 09:55:38AM +0200, Francisco Javier Cabello wrote:
> I have modified to packet-rtp.c to show information about RTP mpeg-1 video  
> specific header in the way that RFC 2250 describe. 

Checked in...

> Two new files have been added : 
> 	packet-mpeg1.c 
> 	packet-mpeg1.h

...without "packet-mpeg1.h"; the version I checked in uses
"register_dissector()" to register the MPEG1 dissector, and, in
"packet-rtp.c", uses "find_dissector()" to get a handle for that
dissector, and calls it through the handle, as the version in the CVS
tree does with the H.261 dissector.