ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] RTP miss rigister it's port

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 19 Aug 2003 12:30:11 -0700

On Monday, August 18, 2003, at 11:31 PM, li wrote:

in packet-rtp.c , proto_reg_handoff_rtp() don't register it's port (49598),

That's *not* its port. RTP doesn't have a particular port assigned to it; it uses whatever port it happens to pick up, and another protocol, such as RTSP or SIP or various H.323 protocols, are used to tell the other machine what port is to be used for RTP.

If the other protocol is one where Ethereal dissects enough of it to set up a conversation for RTP, *and* if you have the setup packets in your capture, RTP will be recognized, otherwise it won't.

As Andreas Sikkema said, use the "Decode As" mechanism to decode traffic as RTP if Ethereal doesn't figure out that the traffic is RTP.