Ethereal-dev: Re: [Ethereal-dev] cvs version w/h235 support compiled on 5/25, DRQ causes ether

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 25 May 2004 10:53:05 -0700
On Tue, May 25, 2004 at 01:45:48PM -0400, Michael Oliveras wrote:
> I loaded the latest code from cvs today to try out the h235 support.
> 
> I found that this drq causes ethereal to abort with the following message:
> 
> ** ERROR **: file protocol: line 1659 (proto_tree_add_uint): should not be
> reached

The problem here is that "hf_h225_connectTime" is an FT_NONE field, but
it's dissected by "dissect_h235_TimeStamp()", which dissects it with
"dissect_per_constrained_integer()", which expects it to be an FT_UINT*
field.

The same probably applies to other time stamps.