Ethereal-dev: Re: [Ethereal-dev] Patch: endian fixes and mtrace for packet-igmp.c

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: Tue, 10 Jul 2001 13:56:34 -0700 (PDT)
> This patch fixes a few endian problems with proto_tree_add_ipv4 by
> changing them to proto_tree_add_item. The main part of patch is
> a dissector for multicast traceroute packets.

Checked in, with some additional changes (there was another case where
"tvb_get_letohl()" was used, rather than "tvb_memcpy()", to extract an
IP address).