Ethereal-dev: Re: [Ethereal-dev] Fix decoding of DNS NSEC packets

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 23 Jan 2004 11:18:06 -0800

On Jan 23, 2004, at 2:33 AM, David Fort wrote:

The format has changed a little in between NXT and new NSEC packets, this patch fixes things.

Checked in, with a break statement moved:

    }
    break;
  }

after the final "}".