Wireshark-commits: [Wireshark-commits] master 63f18c4: USB device addresses need to be 16-bit.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Apr 2014 16:11:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63f18c46b9c7b19de80b7ac400a593aa45475513
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

63f18c4 by Guy Harris (guy@xxxxxxxxxxxx):

    USB device addresses need to be 16-bit.
    
    They are 16-bit in the Windows header; make them that way everywhere, so
    that we don't get "shortening 16 bits to 8 bits" warnings.
    
    Change-Id: I18f4c4254f224d76a90f3e87bc2f28cba011b5a3
    Reviewed-on: https://code.wireshark.org/review/1021
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  946dfdb   Add application/vnd.oma.xdm-apd+xml
    adds  63f18c4   USB device addresses need to be 16-bit.


Summary of changes:
 epan/dissectors/packet-usb.c |    2 +-
 epan/dissectors/packet-usb.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)