From 4a84c0987e592f3be9781a5da3356a7747a49f0e Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Mon, 22 Jul 2013 13:00:41 +0000 Subject: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8957 : remove a copy /paste error triggering a malformed exception when dissecting IPv4 DHCP Support Mode option svn path=/trunk/; revision=50786 --- epan/dissectors/packet-mip6.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'epan') diff --git a/epan/dissectors/packet-mip6.c b/epan/dissectors/packet-mip6.c index 444572714d..48d92f3a10 100644 --- a/epan/dissectors/packet-mip6.c +++ b/epan/dissectors/packet-mip6.c @@ -2797,13 +2797,8 @@ dissect_pmip6_opt_ipv4dsm(const mip6_opt *optp _U_, tvbuff_t *tvb, int offset, proto_tree_add_item(opt_tree, hf_mip6_ipv4dsm_reserved, tvb, offset, 2, ENC_BIG_ENDIAN); proto_tree_add_item(opt_tree, hf_mip6_ipv4dsm_s_flag, tvb, offset, 2, ENC_BIG_ENDIAN); - - offset += 2; - - - proto_item_append_text(hdr_item, ": %s", tvb_ip_to_str(tvb,offset)); - } + /* 40 Context Request Option [RFC5949] */ /* 0 1 2 3 -- cgit v1.2.3