Ethereal-dev: Re: [Ethereal-dev] Tvbuffification of packet-{ipv6,icmpv6}, first take

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 22 Apr 2001 20:38:34 -0700
On Fri, Apr 20, 2001 at 01:50:53AM +0300, Heikki Vatiainen wrote:
> I have now mostly done the tvbuff-related changes to packet-ipv6.c and
> packet-icmpv6.c. Mostly means that the ICMPv6 dissector calls
> get_dns_name() while dissecting node information response packets and
> this function has not been yet tvbuffified, so these two calls are
> currently commented out with #if 0/#endif pairs.

I changed that code to use "tvb_compat()", and got rid of the #if
0/#endif.

I've checked your code in, along with some other cleanups.