ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] [Bug Report] IPv6 PIM checksum

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

From: SUZUKI Shinsuke <suz@xxxxxxxx>
Date: Wed, 31 Oct 2001 10:34:24 +0900
Hello all,

>>>>> On Tue, 30 Oct 2001 02:13:48 -0800
>>>>> gharris@xxxxxxxxx(Guy Harris)  said:

> --- packet-pim.c	Sat Jul 21 19:27:13 2001
> +++ packet-pim.c.new	Tue Oct 30 13:43:34 2001
> @@ -613,6 +613,7 @@
>      guint length, pim_length;
>      guint16 pim_cksum, computed_cksum;
>      vec_t cksum_vec[1];
gharris> If you're going to fill in four items in an array, the array should be 4
gharris> elements long - I expanded "cksum_vec" to have 4 elements.
Oh, sorry.  you're right.
Thanks for your review.