Wireshark-commits: [Wireshark-commits] master d67e40e: Added dissection of Device Capability Descri
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 6 Aug 2014 09:14:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d67e40e5013f1b7c57b982d68745f0b438e15692
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Added dissection of Device Capability Descriptors in CapResp Packets
    
    CapResp Packets may contain Device Capability Descriptors.
    This patch allows wireshark to show what descriptors are present,
    & checks that their length fields are valid.
    
    See section 6.3.3 of the MA USB spec for more information.
    
    Change-Id: Ia120435bdffcced091b67e66e0ba8f1a750358db
    Reviewed-on: https://code.wireshark.org/review/3330
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  febbe12   Add casts to make logcat-text build on Win64
    adds  d67e40e   Added dissection of Device Capability Descriptors in CapResp Packets


Summary of changes:
 epan/dissectors/packet-mausb.c |  147 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 136 insertions(+), 11 deletions(-)