Wireshark-bugs: [Wireshark-bugs] [Bug 13066] New: ICMPv6: dissection fails due to wrong FT type
Date: Fri, 28 Oct 2016 15:57:31 +0000
Bug ID 13066
Summary ICMPv6: dissection fails due to wrong FT type for proto_tree_add_bitmask_with_flags()
Product Wireshark
Version Git
Hardware All
OS All
Status UNCONFIRMED
Severity Normal
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter yatch@isl.rdc.toshiba.co.jp

Created attachment 15020 [details]
pcap file to reproduce errors

Build Information:
$ tshark -v
TShark (Wireshark) 2.3.0 (v2.3.0rc0-1315-g01147f8 from master)

Copyright 1998-2016 Gerald Combs <gerald@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with libpcap, without POSIX capabilities, without libnl, with
GLib 2.48.1, with zlib 1.2.8, without SMI, without c-ares, without Lua, without
GnuTLS, without Gcrypt, without Kerberos, without GeoIP, without nghttp2,
without LZ4, without Snappy.

Running on Linux 4.4.0-45-generic, with Intel(R) Core(TM) i5-5300U CPU @
2.30GHz
(with SSE4.2), with 3934 MB of physical memory, with locale
LC_CTYPE=en_US.UTF-8, LC_NUMERIC=de_CH.UTF-8, LC_TIME=de_CH.UTF-8,
LC_COLLATE=en_US.UTF-8, LC_MONETARY=de_CH.UTF-8, LC_MESSAGES=en_US.UTF-8,
LC_PAPER=de_CH.UTF-8, LC_NAME=de_CH.UTF-8, LC_ADDRESS=de_CH.UTF-8,
LC_TELEPHONE=de_CH.UTF-8, LC_MEASUREMENT=de_CH.UTF-8,
LC_IDENTIFICATION=de_CH.UTF-8, with libpcap version 1.7.4, with zlib 1.2.8.

Built using gcc 5.4.0 20160609.

--
You'll get the following messages when you open the attached pcap file with
tshark which is built out of the master branch at the short hash of 01147f8.

** (process:125068): WARNING **: Dissector bug, protocol ICMPv6, in packet 1:
proto.c:9574: field icmpv6.rpl.opt.config.flag is not of an FT_{U}INTn type
    1 0.000000000 fe80::28db:89ff:feba:ec22 → ff02::1a     ICMPv6 134 RPL
Control (DODAG Information Object)[Dissector bug, protocol ICMPv6:
proto.c:9574: field icmpv6.rpl.opt.config.flag is not of an FT_{U}INTn type]

** (process:125068): WARNING **: Dissector bug, protocol ICMPv6, in packet 2:
proto.c:9574: field icmpv6.rpl.p2p.dro.flag is not of an FT_{U}INTn type
    2 0.018118640 fe80::845c:91ff:fe44:244e → ff02::1a     ICMPv6 98 RPL
Control (P2P Discovery Reply Object)[Dissector bug, protocol ICMPv6:
proto.c:9574: field icmpv6.rpl.p2p.dro.flag is not of an FT_{U}INTn type]


You are receiving this mail because:
  • You are watching all bug changes.