Ethereal-dev: Re: [Ethereal-dev] patch for isakmp dissector

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: Wed, 29 Aug 2001 01:14:47 -0700
On Wed, Aug 29, 2001 at 12:44:59AM -0700, Guy Harris wrote:
> There isn't an IPSec dissector *per se*.  There are ESP and AH
> dissectors; if you want to call them directly, you'd have to ...

I've checked in your patch, with some cleanups, and with code to call
the ESP dissector, along with a change to "packet-ipsec.c" to register
the ESP dissector, as per my previous mail.

There wasn't any code in your patch to dissect the AH Envelope, so I
didn't put changes to call or register the AH dissector; you can add
those if/when you add code to dissect the AH Envelope.