Ethereal-dev: Re: [Ethereal-dev] Added filter on 'cause' and called number etc in Q931 dissect

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: Fri, 28 Feb 2003 14:45:22 -0800
On Fri, Feb 28, 2003 at 02:21:07PM +0100, Anders Broman (EAB) wrote:
> Small patch to add possibillity to filter on Cause and Called,calling
> etc ..  numbers, which we find useful in our testing. 

Checked in - with a change to associate the "q931_cause_code_vals" table
with the "q931.cause_value" field, and to use "proto_tree_add_uint()"
rather than "proto_tree_add_uint_format()" to add it to the protocol
tree (as it will automatically have the string associated with the value
displayed along with it).