Ethereal-dev: Re: [Ethereal-dev] question RE:conversations

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, 26 Jan 2001 10:38:49 -0800
On Fri, Jan 26, 2001 at 10:11:54AM -0500, LISA M REDEKOP wrote:
> Is it possible to have two dissectors for one 
> conversation

No.

> (maybe using conversation.old_d, conversation.new_d)?

Those two fields are members of a union, so it's impossible to use
both of them simultaneously.

Note that you're not supposed to use those fields directly; instead,
you're supposed to use "old_conversation_set_dissector()" if the
dissector for the conversation is to be one of the steadly-dwindling set
of old-style dissectors, or "conversation_set_dissector()" if it's to be
a new-style dissector using tvbuffs.