Ethereal-dev: Re: [Ethereal-dev] bug in rtp_analysis.c?

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: Thu, 30 Oct 2003 03:56:48 -0800
On Thu, Oct 30, 2003 at 11:53:19AM -0000, Graham Bloice wrote:
> I don't get the errors in util.c, but there is another zero-length array
> definition in packet-gms_sms.c lines 2638-2640.

I just checked in a change to #if 0 out the array and the reference to
it (in case it gets filled in at some point).

> I also had problems with plugins/asn1/packet-asn1.c line 2583 where the
> result of strcmp() was compared with NULL.  MSVC 6 didn't like that, so had
> to change it to 0.

I've checked in a change to fix that.