Wireshark-commits: [Wireshark-commits] master 7088a0a: USB: Use the correct API to add iso status f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 1 Aug 2020 13:45:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7088a0a3e6178596d4c835842634ec6eca1e2033
Submitter: "Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7088a0a by Martin Mathieson (martin.mathieson@xxxxxxxxxxxx):

    USB: Use the correct API to add iso status field
    
    The field does seem to be an int (kernel/srouce/drivers/usb/mon/mon_bin.c),
    so item type (FT_INT32) is correct, but was using uint API.
    
    Change-Id: I3c45785d18f890c362c96deb06120904ffea2081
    Reviewed-on: https://code.wireshark.org/review/38014
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  ab92bb5   usb-audio: fix -Wpointer-sign
     add  7088a0a   USB: Use the correct API to add iso status field


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