URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7177cedc269ed9fa03fd5f6abfc5b7a2df39e38c
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7177ced by Michal Labedzki (michal.labedzki@xxxxxxxxx):
    USB: Fix Conversation/Endpoint filters
    
    There were not fields for that, so simple add them.
    
    Change-Id: I489bae24ac96ea0baf395add731f4d62ccf19352
    Reviewed-on: https://code.wireshark.org/review/6401
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    
Actions performed:
    from  c93d0ab   IS-IS: Incorrect decoding of IPv4 Interface/Neighbor Address sub-TLVs in Extended IS Reachability TLV
    adds  7177ced   USB: Fix Conversation/Endpoint filters
Summary of changes:
 epan/conversation_table.c      |    6 ++---
 epan/dissectors/packet-mausb.c |    8 +++---
 epan/dissectors/packet-usb.c   |   54 ++++++++++++++++++++++++++++++++--------
 epan/dissectors/packet-usb.h   |    2 +-
 4 files changed, 52 insertions(+), 18 deletions(-)