Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6814] New: USB: Endpoint bmAttributes not decoded correctl

Date: Wed, 8 Feb 2012 12:05:09 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6814

           Summary: USB: Endpoint bmAttributes not decoded correctly
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Trivial
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: steve@xxxxxxxxxxxxxxx


Created attachment 7795
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7795
Fix for the issue

Build Information:
wireshark 1.7.1 (SVN Rev 40933 from /trunk)

Copyright 1998-2012 Gerald Combs <gerald@xxxxxxxxxxxxx> 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+ 2.24.8, with Cairo 1.10.2, with Pango 1.29.4, with
GLib 2.30.2, with libpcap, with libz 1.2.5, with POSIX capabilities (Linux),
with SMI 0.4.8, with c-ares 1.7.4, with Lua 5.1, without Python, with GnuTLS
2.12.14, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP, with PortAudio
V19-devel (built May  5 2011 11:00:51), without AirPcap.

Running on Linux 3.2.2-1.fc16.x86_64, with locale en_US.UTF-8, with libpcap
version 1.1.1, with libz 1.2.5, GnuTLS 2.12.14, Gcrypt 1.5.0.

Built using gcc 4.6.2 20111027 (Red Hat 4.6.2-1).

--
Capture the enumeration of a device having at least one isochronous endpoint,
such as a USB camera.
Examine the ENDPOINT descriptor in the "GET DESCRIPTOR response CONFIGURATION"
frame. A bmAttributes value such a 0x05, which should display a
Synchronisationtype of "Asynchronous", instead displays "Unknown".

The numeric value_strings for the 'sync' and 'behaviour' fields were coded as
byte-relative constants instead of field-relative constants.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.