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 7796] New: USB: add status and length to isodesc root

Date: Thu, 4 Oct 2012 06:25:31 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7796

           Summary: USB: add status and length to isodesc root
           Product: Wireshark
           Version: SVN
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: steve@xxxxxxxxxxxxxxx


Steve Magnani <steve@xxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9273|                            |review_for_checkin?
              Flags|                            |

Created attachment 9273
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9273
Implementation

Build Information:
wireshark 1.9.0 (SVN Rev 45307 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.11, with Cairo 1.10.2, with Pango 1.30.0, with
GLib 2.32.4, with libpcap, with libz 1.2.5, with POSIX capabilities (Linux),
without libnl, without SMI, without c-ares, without ADNS, without Lua, without
Python, with GnuTLS 2.12.17, with Gcrypt 1.5.0, with MIT Kerberos, without
GeoIP, without PortAudio, with AirPcap.

Running on Linux 3.5.4-2.fc17.x86_64, with locale en_US.UTF-8, with libpcap
version 1.2.1, with libz 1.2.5, GnuTLS 2.12.17, Gcrypt 1.5.0, without AirPcap.

Built using gcc 4.7.2 20120921 (Red Hat 4.7.2-2).

--
Wireshark's query functionality makes it easy to find URBs containing
isochronous data. But an URB may contain many individual isochronous
descriptors, and there is no way currently to tell which of them contain data
without expanding them one at a time.

This patch adds summary information (status and # of bytes) to the 'isodesc'
trees to make interesting descriptors obvious to the user.

Before the patch:

> USB isodesc 0
> USB isodesc 1
> USB isodesc 2
  ...

After the patch:

> USB isodesc 0 [Success]
> USB isodesc 1 [Success]  (3064 bytes)
> USB isodesc 2 [Protocol error (-EPROTO)]
  ...

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