Ethereal-dev: [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: Francisco Javier Cabello <fjcabello@xxxxxxxxx>
Date: Tue, 12 Jun 2001 08:19:50 +0200
Hi All,
First, say that Ethereal is great. It's the better 'sniffer' that I have ever 
seen.

I'm trying with MPEG-1 video RTP, and I have implemented a module to show 
mpeg-1 rtp specific header. I would like to commit my changes to everybody 
can use it.

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

All of my code is based in RFC 2250, and of course it is GPL.

What should I do? whom should I talk to make this changes?

Bye.