aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-07-22 13:00:41 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-07-22 13:00:41 +0000
commit4a84c0987e592f3be9781a5da3356a7747a49f0e (patch)
tree9db802f2750baac2affbcfc9a1d68a8b6729bc59 /epan
parent8c7f13b85a9db1eb4f80a17167df10459d1aab26 (diff)
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
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-mip6.c7
1 files changed, 1 insertions, 6 deletions
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