Ethereal-dev: Re: [Ethereal-dev] Changes to Ethereal on pcacket-bgp.c

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: Thu, 24 Apr 2003 02:01:54 -0700
On Tue, Apr 22, 2003 at 06:14:18PM +0000, Marcio Franco wrote:
> I send my modification of file "packet-bgp.c" for BGP protocol.
> 
> The modification are filter for different values.

I've checked in a change, based on yours, that replaces
"proto_tree_add_text()" calls with calls that put the filterable fields
into the protocol tree, rather than just adding calls to put the
filterable fields into the tree as hidden fields - putting them in as
visible fields means that you can, for example, use the "Match" and
"Prepare" menu items on them.