Wireshark-commits: [Wireshark-commits] master 4c9a012: USBLL: Minimal destination address handling

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 04 Aug 2019 05:33:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4c9a01213373a29873fe327553bf282e167cf5d3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4c9a012 by Tomasz Moń (desowin@xxxxxxxxx):

    USBLL: Minimal destination address handling
    
    Currently only following packets have the address fields populated:
      * SETUP
      * OUT
      * IN
      * PING
      * SPLIT
    
    Although only some packets have the fields populated, this already makes
    trace analysis significantly easier.
    
    Ping-Bug: 15908
    Change-Id: I5a5c0e210cb1ceb8e8a747349c4da33ac84ec4c9
    Reviewed-on: https://code.wireshark.org/review/34039
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a4c95bc   TDS: Fix handling of numeric and decimal types.
     add  4c9a012   USBLL: Minimal destination address handling


Summary of changes:
 epan/dissectors/packet-usb.c   |  2 +-
 epan/dissectors/packet-usb.h   |  4 ++++
 epan/dissectors/packet-usbll.c | 30 +++++++++++++++++++++++++++++-
 3 files changed, 34 insertions(+), 2 deletions(-)