Ethereal-dev: Re: [Ethereal-dev] [patch] afp (asp and dsi).

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 8 May 2002 16:49:06 -0700
On Wed, May 08, 2002 at 11:27:15PM +0000, didier wrote:
> BTW there's a pb when packet are not desegmented. Protocol hierarchy
> dialog is weird with each dsi packet in a subtree :
> TCP 
>   dsi
>     dsi
>       dsi

I.e., the Nth DSI packet is in a subtree of the N-1st DSI packet?

It's supposed to be

	TCP
	DSI
	DSI
	DSI

and so on, with each DSI packet in a top-level subtree.