Ethereal-dev: Re: [Ethereal-dev] Adding MPEG payload type to packet-rtp.c?

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 7 Feb 2001 17:36:48 -0800 (PST)
> Where is the best place to stick a hook in the Ethereal code
> for adding an RTP MPEG dissector?

Presumably you'd recognize the traffic as MPEG based on the payload
type.  If so, you'd put it into the switch statement in
"dissect_rtp_data()".