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

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: Mon, 20 Jan 2003 14:27:11 -0800
Checked in.

On Mon, Jan 20, 2003 at 08:37:04PM +0200, Yaniv Kaul wrote:
> In accordance with
> http://www.ietf.org/internet-drafts/draft-ietf-ipsec-nat-t-ike-05.txt :
> 1. Adds NAT-D and NAT-OA to the known payloads (does not dissect NAT-D yet,
> though),
> 2. Adds types 3 and 4 as enapsulated tunnel and transport.

3. Adds

/* 
*  Seen in Netscreen. Suppose to be ASCII HeartBeat_Notify - but I don't know the rest yet. I suspect it then proceeds with
*  8k10, which means every 8K (?), and version 1.0 of the protocol (?). I won't add it to the code, until I know what it really
*  means. ykaul-at-netvision.net.il
*/
static const guint8 VID_HeartBeat_Notify[VID_LEN] = {0x48, 0x65, 0x61, 0x72, 0x74, 0x42, 0x65, 0x61, 0x74, 0x5f, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79}; 

but doesn't use VID_HeartBeat_Notify in "dissect_vid()".  Was that
omission intentional?