Ethereal-dev: Re: [Ethereal-dev] More PDUs in the packet

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

From: Tomas Kukosa <tomas.kukosa@xxxxxxxxxx>
Date: Thu, 15 Aug 2002 08:54:14 +0200
> >   I have proprietary protocol with small PDUs and one packet contains
> > usually more PDUs.
> > Is there any reasonable way how to disply information about more PDUs in
> > the COL_INFO column?
> 
> You could append information about each of the PDUs to the column.

I think it will not be such easy. 
The 1st PDU has to clear TCP information.
If some of next PDUs contains upper layer protocol this protocol has to
overwrite only it's PDU information.
If the dissector is called next time (to display tree after moving to
some packet) it should either clear and rebuild COL_INFO column contents
or leave it as is.

I will try to do it by saving some packet/frame information.

  Regards,
    Tom