Wireshark-bugs: [Wireshark-bugs] [Bug 10799] New: RSVP RECORD_ROUTE IPv4 Subobject Flags field i

Date: Sat, 20 Dec 2014 23:07:35 +0000
Bug ID 10799
Summary RSVP RECORD_ROUTE IPv4 Subobject Flags field incorrect decoding
Product Wireshark
Version 1.12.1
Hardware x86-64
OS All
Status UNCONFIRMED
Severity Trivial
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 13343 [details]
RSVP RRO IPv4 Subobject Flags field Node-ID

Build Information:
Version 1.12.1 (Git Rev Unknown from unknown)

Copyright 1998-2014 Gerald Combs <[email protected]> and contributors.
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 GTK+ 3.14.5, with Cairo 1.14.0, with Pango 1.36.8, with
GLib 2.42.1, with libpcap, with libz 1.2.8, with POSIX capabilities (Linux),
with libnl 3, with SMI 0.4.8, with c-ares 1.10.0, with Lua 5.2, without Python,
with GnuTLS 3.3.8, with Gcrypt 1.6.2, with MIT Kerberos, with GeoIP, with
PortAudio V19-devel (built Feb 15 2014 23:28:00), without AirPcap.

Running on Linux 3.16.0-4-amd64, with locale en_US.UTF-8, with libpcap version
1.6.2, with libz 1.2.8, GnuTLS 3.3.8, Gcrypt 1.6.2.
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz

Built using gcc 4.9.2.

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
The Flags field within RSVP RECORD_ROUTE IPv4_Subobject is decoded incorrectly.
Wireshark thinks that 0x10 bit represents Node-ID, but actually the Node-ID is
encoded by bit 0x20 (per RFC 4561). As a result the Wireshark incorrectly
reports Node-ID subobject as non-Node-ID. Look at attached dump for RRO IPv4
10.0.4.0.


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