Ethereal-dev: Re: [Ethereal-dev] RTP extensions header for MPEG-1 video payload

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: Mon, 11 Jun 2001 23:35:48 -0700
On Tue, Jun 12, 2001 at 08:19:50AM +0200, Francisco Javier Cabello wrote:
> I have change the following files:
>          packet-rtp.c
> and added:
>          packet-mpeg1.c  
>          packet-mpeg1.h
>          Makefile.am

You presumably meant to say

	I have change the following files:
	         packet-rtp.c
	         Makefile.am
	and added:
	         packet-mpeg1.c  
	         packet-mpeg1.h

as the "Makefile.am" files already exist, so you presumably just added
lines in the top-level "Makefile.am" for "packet-mpeg1.c" and
"packet-mpeg1.h".

> What should I do?

Send to "ethereal-dev" the two new files and "diff -c" or "diff -u"
patches for the two files you changed.