Ethereal-dev: Re: [Ethereal-dev] X.25 dissector and GFI, LCGN, LCN fields ...

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

From: Olivier Abad <abad@xxxxxxxxxxxxx>
Date: Thu, 4 Jan 2001 01:28:20 +0100
On dim, d�c 31, 2000 at 02:27:05 +1000, Richard Sharpe wrote:
> Hi,
> 
> I notice that the X.25 dissector does not show the GFI,

Done.

> nor does it split the LCN into LCGN/LCN fields ...

I'm not sure it's a good idea.
As it works now, we can filter on logical channel numbers >= 256 like
this :
x.25.lcn == 512

If we split it into LCGN/LCN, the same filter becomes more complicated :
x.25.lcgn == 2 && x.25.lcn == 0

Olivier
-- 
Armstrong's Collection Law:
	If the check is truly in the mail,
	it is surely made out to someone else.