Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master bbb3e2f: Add Bus ID to USB Address Column

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Jul 2014 02:20:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bbb3e2f7af074ca92eb0da9e438d919b251ed07e
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Add Bus ID to USB Address Column
    
    USB Addresses are now in the format of: bus_id.device_address.endpoint
    This makes it much easier to read traces that captured traffic on
    more than one bus.
    
    Change-Id: I264db2ceea712d94632d5d08d05d3af22a4a03fe
    Reviewed-on: https://code.wireshark.org/review/2833
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  212df87   (trivial) moved 'is request' comment in dissect_usb_common()
    adds  bbb3e2f   Add Bus ID to USB Address Column


Summary of changes:
 epan/address_to_str.c          |    3 ++-
 epan/dissectors/packet-mausb.c |   10 ++++++++--
 epan/dissectors/packet-usb.c   |   11 ++++++++---
 epan/dissectors/packet-usb.h   |    5 +++--
 4 files changed, 21 insertions(+), 8 deletions(-)