Ethereal-users: Re: [Ethereal-users] Bug in CVS version Protocol Hierarchy Statistics

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: Wed, 20 Jun 2001 15:27:48 -0700 (PDT)
> Start up GDB again on that core dump, do "frame 5", and then do
> "print *finfo" and "print *(finfo->hfinfo)", and report back the
> results.

Never mind - the problem is that the 802.11 dissector was putting
non-protocol items at the top level of the protocol tree, which is not
only a bit odd-looking, but upsets the heck out of the protocol
statistics code.

I've checked in a fix that puts it all under the top-level 802.11
protocol item; it's packet-ieee80211.c version 1.27.