Ethereal-dev: Re: [Ethereal-dev] Patches to epan

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: Sun, 9 May 2004 01:30:31 -0700
On Sat, May 08, 2004 at 07:49:19PM +0100, Graeme Hewson wrote:
> scanner.l
>      Remove unnecessary check (two hex digits can't have value > 255)

Checked in.

> semcheck.c
>      Error if protocol specified on RHS of display filter comparison.
>      If user specified "fc", they probably intended a byte value rather than
>      the fibre channel protocol; fix makes mistake clear.
> 
>      Fix assertion failure with range on LHS of display filter comparison
>      and field on RHS.

Checked in.

> ftype-string.c
>      "aim.fnac.ssi.buddyname==ab" caused segmentation fault (but only when
>      read from .ethereal/recent).

Eh?  I could reproduce it by typing that expression in the flter box.

>      Fix handling of unparsed value as byte string.

Checked in.

> ftypes.c
>      Fix off-by-one errors in slice_func

Checked in.