Ethereal-dev: Re: [Ethereal-dev] packet-smtp.c

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: Mon, 12 Nov 2001 20:34:59 -0800
On Fri, Nov 09, 2001 at 02:56:44PM -0800, Guy Harris wrote:
> There may not be a good reason.  It might be possible to just attach the
> "smtp_request_val" structure pointer directly to the conversation, using
> "conversation_add_proto_data()", when the data structure is first
> allocated, and fetch it with "conversation_get_proto_data()".

It is - I've checked in a change to do that.