Ethereal-dev: [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: "Yaniv Kaul" <ykaul@xxxxxxxxxxxxxx>
Date: Wed, 17 May 2000 10:30:26 +0200
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.

Yaniv Kaul mailto:ykaul@xxxxxxxxxxxxxx
 Check Point   Software   Technologies Ltd.
 3A Jabotinsky St.  Diamond Bldg.
 Ramat-Gan  52520 ,  ISRAEL
 Phone:     +972-3-753-4848
 Fax:       +972-3-575-9256
 http://www.checkpoint.com/
=========================================================================
This message may contain confidential and/or proprietary information, and
is intended only for the person / entity to whom it was originally
addressed. The content of this message may contain private views and
opinions which do not constitute a formal disclosure or commitment unless
specifically stated.

Attachment: isakmp.patch
Description: Binary data