Ethereal-dev: Re: [ethereal-dev] Patch for 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 <guy@xxxxxxxxxx>
Date: Thu, 11 May 2000 11:57:06 -0700 (PDT)
> This patch adds support for The ISAKMP Configuration Method
> (draft-ietf-ipsec-isakmp-mode-cfg-04.txt).

Checked in.

> The parser lacks ISAKMP data attributes (RFC 2408, section 3.3) parsing,
> which is why config attributes are not parsed (hence, cfgattrident2str() is
> not used)

I've left it in, and not "#if 0"ed out, so that the GCC warnings will
serve as a reminder that adding that parsing might be a good idea (and
perhaps to goad somebody into implement it).