Ethereal-dev: Re: [ethereal-dev] TCP/UDP protcol dissector lookups

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Thu, 2 Mar 2000 10:20:08 -0600
On Thu, Mar 02, 2000 at 09:09:30AM -0600, andreas.sikkema@xxxxxxxxxxx wrote:
> 
> 
> > I'm not sure that's the best way to do it; if the goal is to handle a
> > source host/source port/destination host/destination port quad, the
> > conversation code might be what we'd want to use, and have separate
> > checks for generic ports and specific conversations.
> 
> Aha, where can I find this?

conversation.c, in the Ethereal source directory. Also, grep for
"conversation" -- various protocol dissectors use it.

--gilbert