Ethereal-dev: Re: [ethereal-dev] minor patch to packet-isakmp.c

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 17 May 2000 01:25:43 -0700
On Wed, May 17, 2000 at 10:30:26AM +0200, Yaniv Kaul wrote:
> In the parsing of attributes in a transform, there was a little mistake
> where the first byte was ANDed with 0xf0, where it should have been ANDed
> with 0x80 (since we are interested only in the value of the first bit of
> that byte).
> This patch corrects it.

Checked in.