Ethereal-dev: Re: [Ethereal-dev] packet-radius and EAP-Message.

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: Tue, 26 Feb 2002 03:58:33 -0800
On Sat, Feb 23, 2002 at 01:32:02AM -0500, Adam wrote:
> So it basically says that multiple Attribute-Value Pairs of EAP-Message
> type in the same packet should be considered ONE EAP-Message.
> 
> But then we are dealing with virtual representation of data, not
> the factual/physical layout of the packet.

Yup.

I've just checked in code to reassemble EAP-Message AVPs within a RADIUS
message.

> On the very similar token. Once we go one level up, and go to EAP message
> of type 0xd (13). That is the EAP/TLS glue layer, it in turn again specify
> that the TLS/SSL packet might be fragmented using EAP/TLS glue layer and
> span multiple packets.

Yes, we should do that as well.