Wireshark-commits: [Wireshark-commits] master d3a1cde: fix dissect_usb_endpoint_descriptor

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 May 2014 19:57:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d3a1cdea2cfe4967b8aca38bff02393543f60f90
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    fix dissect_usb_endpoint_descriptor
    
    dissect_usb_endpoint_descriptor uses usb_trans_info, but the signature
    contains a _U_ macro.
    
    Change-Id: I87fe6d91d5f8cf15926bf2dfd6381a256cd0785d
    Reviewed-on: https://code.wireshark.org/review/1537
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  ef24d48   VALS() doesn't take the address of a (pointer to a) value_string, it takes a pointer to a value_string.
    adds  d3a1cde   fix dissect_usb_endpoint_descriptor


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