Ethereal-users: Re: [Ethereal-users] segmentation fault in 0.10.6 (and 0.10.5)

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: Wed, 18 Aug 2004 00:36:11 -0700
Oliveras, Michael wrote:

The attached capture causes ethereal 0.10.6 to seg fault when the capture is
decoded.

I've checked in a fix.

The trace is a t38 fax call through a session controller.

...which explains why, although the code was crashing in the "set up an RTP conversation" code, no RTP traffic appeared - the T.38 call was going over TCP, but the "set up an RTP conversation' code was assuming UDP.

Is there anything in that capture that indicates that it's setting up a T.38 call, rather than an RTP call? Presumably we shouldn't just be assuming that H.245 is setting up an RTP session.