https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16136

            Bug ID: 16136
           Summary: AMQP: Boolean values are not correctly displayed
           Product: Wireshark
           Version: 2.6.10
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: Minor
          Priority: Low
         Component: GTK+ UI
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: linahirsch...@gmail.com
  Target Milestone: ---

Created attachment 17409
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17409&action=edit
Captured 'transfer' frame with two boolean properties

Build Information:
Wireshark 2.6.10 (Git v2.6.10 packaged as 2.6.10-1~ubuntu18.04.0)

Copyright 1998-2019 Gerald Combs <ger...@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 Qt 5.9.5, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with GLib 2.56.4, with zlib 1.2.11, with SMI 0.4.8, with c-ares
1.14.0, with Lua 5.2.4, with GnuTLS 3.5.18, with Gcrypt 1.8.1, with MIT
Kerberos, with MaxMind DB resolver, with nghttp2 1.30.0, with LZ4, with Snappy,
with libxml2 2.9.4, with QtMultimedia, with SBC, with SpanDSP, without bcg729.

Running on Linux 4.15.0-64-generic, with Intel(R) Core(TM) i5-8350U CPU @
1.70GHz (with SSE4.2), with 31655 MB of physical memory, with locale
en_US.UTF-8, with libpcap version 1.8.1, with GnuTLS 3.5.18, with Gcrypt 1.8.1,
with zlib 1.2.11, binary plugins supported (0 loaded).

Built using gcc 7.4.0.
--
--- AMQP: Boolean values are not correctly displayed ---
Steps to reproduce:
- Send or receive AMQP message containing Application-Properties with boolean
values true and false 
- Capture with filter 'amqp' 
- Select the 'transfer' frame
- Inspect 'Application-Properties': both boolean properties are displayed as
'(bool) true'
- In the Hexdump, you can see that a true value is 0x56 0x42 and a false value
is 0x56 0x41
- Please refer to the AMQP Specification:
http://docs.oasis-open.org/amqp/core/v1.0/amqp-core-types-v1.0.html#type-boolean

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to