Ethereal-dev: Re: [ethereal-dev] pim(protocol independent multicast)

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

Date: Fri, 15 Oct 1999 22:22:21 +0900
>	Oops, I found a bad sideeffect of having inner IPv6 header to
>	the top level; topmost window would show that the packet is
>	UDP packet, not the PIM packet.  I would like to backout your
>	change and put IPv6 header under PIM tree.

	The symptom will not appear when the capture file is loaded.
	To experience this, use some filter expression to filter the packets
	(like "ipv6.dst[0:2] == 3f:fe").
	One more bad sideeffects is that "ipv6.dst" would match the latter
	(tunneled) IPv6 header, not the first one.

itojun