Ethereal-dev: Re: [Ethereal-dev] What is a simple example of using conversations in Ethereal ?

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 8 Dec 2003 15:50:28 -0800
On Dec 6, 2003, at 7:53 PM, Michael Lum wrote:

I would like to investigate what it will take to add
conversations for connection oriented SCCP.
An example that's probably somewhat close to what you're trying to do 
would be packet-tds.c.  "dissect_tds_tcp_heur()" does heuristic checks 
to see if the traffic looks like Netlib traffic and, if it does, checks 
to see if there's already a conversation, creates one if there isn't, 
and makes the TDS dissector that conversation dissector.