Ethereal-dev: Re: [Ethereal-dev] [patch] packet-afp.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: Wed, 18 Sep 2002 11:15:30 -0700
On Wed, Sep 18, 2002 at 11:58:51AM +0000, didier wrote:
> Yes, I had in mind the tcp_rel_seq_table hash. I don't think you want to 
> add one for each dissector dealing with their own conversations...

I wasn't saying we should; conversations can be shared by multiple
dissectors (that's why I changed the code for private data attached to a
conversation to include the protocol key as an argument to the "attach"
and "lookup" operations, although I guess if you run X.25-over-TCP and
then run IP over X.25, you could have a packet belong to two *unrelated*
TCP connections...).