Ethereal-dev: Re: [ethereal-dev] Decode bug?

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, 4 Aug 1999 17:10:03 -0700 (PDT)
> I hit a crash while trying to use the display filters in 0.7.0.

If it drops core, it's *ipso facto* a bug.

> I believe that I have traced the cause to the dissect_igmp call.

Yes, there was a call to "proto_tree_add_text()" that should've been a
call to "proto_tree_add_item()" - it was the call to add the top-level
entry in the protocol tree for the IGMP part of the packet (I didn't
find any other such unconverted calls).

I'll check in a fix (it also appears that the call to add that item has
been claim it's 4 bytes long for a while, so I'll fix it to be 8 bytes
long).