Ethereal-dev: Re: [ethereal-dev] conversation wildcard entry

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Fri, 20 Oct 2000 23:01:44 -0700
On Tue, Oct 17, 2000 at 02:17:06PM -0500, Jeff Foster wrote:
> > I have coded the conversation code to allow wildcards on the destination
> > port and/or address. Now the conversation_new call will include another
> > value (options) that can be used to create a conversation with the 
> > destination port and/or address as a wildcard.  A conversation wildcard
> > value will match any port and/or address.

Checked in.

> These files will have to updated to change these calls
> 
> 	conversation_new ---> old_conversation_new
> 	find_conversation ---> old_find_conversation

...or to add the extra flags argument with a value of 0, which I what I
did; I got rid of "old_conversation_new()" and
"old_find_conversation()", as they're not called any more.