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: Thu, 16 Sep 2004 12:21:44 -0700
Viorel Suman wrote:

I've updated the TALI dissector in order to make it compliant with the request below. Dissector included in attached patch.

Checked in, with some changes:

tcp_dissect_pdus() used (so that it handles TALI packets split across TCP segments and multiple TALI packets per segment);

fixed-length strings (TALI sync and opcode) fetched into fixed-length buffers (rather than into dynamically-allocated string buffers - note that those buffers weren't being freed...).