Ethereal-dev: Re: [Ethereal-dev] colinfo

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: Tue, 18 Nov 2003 18:19:56 -0800

On Nov 17, 2003, at 1:03 AM, Erwin Rol wrote:

I wrote a dissector (RDM) that dissects a packet that is encapsulated in another packet (Art-Net). The Art-Net packet writes the Art-Net RDM info
in the columns but as soon as it calls the RDM dissector that info is
over written by the RDM dissector. Is there away to prevent a dissector
(called with call_dissector) from printing its info into the columns ?

If you don't want the RDM dissector overwriting anything that the Art-Net dissector puts into the Protocol or Info columns, why not just have the RDM dissector not update the columns at all?