Wireshark-commits: [Wireshark-commits] master a097659: change try_dissect_next_protocol() such that

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 7 Feb 2015 18:19:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a09765955c29eb5b7b912b96704fded1c898e4e6
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a097659 by Martin Kaiser (wireshark@xxxxxxxxx):

    change try_dissect_next_protocol() such that its parameter is the
    top-most tree on which it operates
    
    this gives callers more control over where things are displayed
    
    Change-Id: I8cdc07b4f3569bca728781fb709e2a2bb37c433b
    Reviewed-on: https://code.wireshark.org/review/7004
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  1648d6e   new function is_usb_standard_setup_request() to check if a request is a standard setup request
    adds  a097659   change try_dissect_next_protocol() such that its parameter is the top-most tree on which it operates


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