Wireshark-commits: [Wireshark-commits] master b53405c: Fixed dissection of 8-byte device descriptor

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 17 Sep 2014 02:21:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b53405cd5a7b1c2d2f4578a92ac957504a08f3e1
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b53405c by Sean O. Stalley (sean.stalley@xxxxxxxxx):

    Fixed dissection of 8-byte device descriptors
    
    during usb device enumeration, a host may attempt to only read the
    first 8 bytes of a device descriptor. Dissecting a partial device
    descriptor was throwing a bounds error.
    
    Change-Id: I09cdd356d15153afc93ee478fdd98329495a642a
    Reviewed-on: https://code.wireshark.org/review/4137
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  4cf9e71   GTPv2: fix dissection of Triggering Events IE
    adds  b53405c   Fixed dissection of 8-byte device descriptors


Summary of changes:
 epan/dissectors/packet-usb.c |    7 +++++++
 1 file changed, 7 insertions(+)