Ethereal-dev: SV: [Ethereal-dev] patch for packet-isakmp.c to fix decoding ikev2payload

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

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Mon, 26 Sep 2005 07:54:01 +0200
Hi,
Could you please change to use proto_tree_add_ipv4() and
proto_tree_add_ipv6() instead?
Some of the proto_tree_add_text could probably be changed to use
proto_tree_add_irem instead.
A patch generated with diff -u a also much easier to read.
Brg
Anders 

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För Shoichi Sakane
Skickat: den 24 september 2005 04:54
Till: ethereal-dev@xxxxxxxxxxxx
Kopia: sakane@xxxxxxxx
Ämne: [Ethereal-dev] patch for packet-isakmp.c to fix decoding ikev2payload

Hi, I fixed some bugs to decoding IKEv2 payloads.  the following things
have been checked at the IPsec bake off in Toronto this week.

	- fixed decoding IP address in TS payload
	- fixed decoding IPv6 address in ID payload
	- fixed decoding IKEv2 Delete payload
	- SPI printing

the attached file is the diff file from
epan/dissectors/packet-isakmp.c of 0.10.12

regards,