Ethereal-dev: Re: [Ethereal-dev] list of field names

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

Date Prev Thread Prev
From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 31 Jul 2001 19:02:06 -0700 (PDT)
> Is there an easy way to get a list of all of the ethereal filter field
> names ( like the ethereal -G used for getting the list of protocols )?

"ethereal -G" lists all filterable fields, not just protocols:

	{hostname}$ ./ethereal -G | more
	P       Appletalk Address Resolution Protocol   aarp
	F       Hardware type   aarp.hard.type  FT_UINT16       aarp
	F       Protocol type   aarp.proto.type FT_UINT16       aarp
	F       Hardware size   aarp.hard.size  FT_UINT8        aarp
	F       Protocol size   aarp.proto.size FT_UINT8        aarp

		...

That's how the list is generated in the man page.