Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Transport Adapter Layer Interface (TALI) v1.0, RFC 3094 disse

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, 28 Jul 2004 00:29:14 -0700
On Tue, Jul 27, 2004 at 11:50:43AM +0300, Viorel Suman wrote:
> I'd like to contribute the Transport Adapter Layer Interface v1.0 
> (TALI) dissector. TALI v1.0 is specified by RFC 3094 
> (http://www.ietf.org/rfc/rfc3094.txt). Dissector attached.

In Ethereal, dissectors register themselves in dissector tables, rather
than the dissector that creates the dissector table registering other
protocols.  The "tali.opcode" registrations should be added to the MTP3,
SCCP, ISUP, and SAAL dissectors.

(Yes, either one would work, but it's generally cleaner to have each
dissector register itself in the typically small number of dissector
tables it needs to be registered in, rather than having the dissector
with the table know about all the protocols that Ethereal supports.)