Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] [PATCH] [Debian bug#244743] segfault when computing "Protocol

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: Thu, 22 Apr 2004 21:59:56 -0700
On Thu, Apr 22, 2004 at 06:01:34PM -0400, Jon Oberheide wrote:
> Since hf_tcp_continuation_to (field id: 15705) is a child of TCP
> (15674), it belongs under the tcp_tree.  The attached patch resolves
> this bug and allows the hierarchical statistics to be generated.

Checked in.

If it was intentional that the "continuation of" item wasn't under the
TCP item, then we need to make the protocol hierarchy statistics code
not panic if it sees a non-protocol item at the top level - it should
probably just ignore those items.