Wireshark-commits: [Wireshark-commits] master 61d0336: Qt/USB: Allow USB src/dst addresses to be se

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Feb 2018 09:09:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61d033645d7b146c2535fce8ed1cbb6272dde2d7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

61d0336 by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt/USB: Allow USB src/dst addresses to be selected for columns
    
    Make "Prepare a Filter" from the Source and Destination columns work for
    USB source and destination address, this value must be quoted as well.
    
    Change-Id: Ib7a772050c204e716781cc27f9eddbdb7971e547
    Reviewed-on: https://code.wireshark.org/review/26096
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  30692e2   Allow hexadecimal and octal numbers for tshark Decode As
    adds  61d0336   Qt/USB: Allow USB src/dst addresses to be selected for columns


Summary of changes:
 epan/dissectors/packet-usb.c |  8 +++++++-
 ui/qt/packet_list.cpp        | 22 +++++++++++++++++-----
 2 files changed, 24 insertions(+), 6 deletions(-)