Ethereal-dev: Re: [Ethereal-dev] Re: [patch] eap/tls glue layer.

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, 25 Feb 2002 15:31:38 -0800
On Mon, Feb 25, 2002 at 03:26:46PM -0500, Adam wrote:
> this is 3rd revison of 'eap/tls glue layer' patch.

I never saw the second revision; I assume you didn't send it out.

I've checked it in, with a number of changes (I used "tvb_format_text()"
instead of "eapconvertbufftostr()" - "eapconvertbufftostr()", when
handed a string of size "size", could produce more than "size" bytes of
text, so it overflowed the buffer - and I put the EAP tree directly
under the tree for the AVP containing the EAP message).