Ethereal-dev: Re: [Ethereal-dev] DHCPv6 patch

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: Fri, 03 Dec 2004 01:52:48 -0800
Tomasz Mrugalski wrote:

My name is Tomasz Mrugalski I've found out that Ethereal parsing of the DHCPv6 frames is rather outdated. I've downloaded 0.10.7 and made some improvements to the packet-dhcpv6.c file. Result of this command: diff -u packet-dhcpv6.c packet-dhcpv6.c-new is attached to this mail.

Checked in, with some cleanups ("tvb_get_string()" used to fetch strings, "tvb_get_guint8()" used to fetch a single-byte value, C++/C99 comments replaced with C89 comments).

I can provide proper dumps to verify that those parsers work ok, if you are interested.

I'd like some dumps for my collection - I use them for regression tests.