Ethereal-dev: Re: [Ethereal-dev] COL_INFO for andX commands

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: Mon, 22 Jul 2002 13:55:41 -0700
On Tue, Jul 23, 2002 at 07:00:20AM +1000, Ronnie Sahlberg wrote:
> It might be difficult to handle for the NBSS layer though since we dont get
> (and dont want to get?) information
> to the SMB dissector of what is happening down in the NBSS dissector.

It can find out if it's happening in the same frame by checking
"pinfo->fd->num".  The trick is remembering the frame number in such a
way that stale remembered data gets discarded.

We might also want an option to display *multiple* lines in the summary
pane for a single frame; that could come in handy if

	1) you wanted to see the summary lines at *more than one
	   protocol layer* (e.g., TCP and some protocol above it);

	2) you wanted a summary line for every higher-level PDU in a TCP
	   segment - or in some other lower-level protocol.