Wireshark-commits: [Wireshark-commits] master dd5f2bd: USBLL: Verify DATA packets CRC-16
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jul 2019 08:58:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd5f2bd054710910788656e068ad8853089c84c5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

dd5f2bd by Tomasz Moń (desowin@xxxxxxxxx):

    USBLL: Verify DATA packets CRC-16
    
    Ping-Bug: 15908
    Change-Id: Idda280545665184aca40c694ea6d639c9317307a
    Reviewed-on: https://code.wireshark.org/review/34016
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  53fdec4   USBLL: Initial USB 2.0 Link Layer dissector
     add  dd5f2bd   USBLL: Verify DATA packets CRC-16


Summary of changes:
 debian/libwireshark0.symbols   |  1 +
 debian/libwsutil0.symbols      |  1 +
 epan/crc16-tvb.c               | 10 ++++++++
 epan/crc16-tvb.h               |  7 ++++++
 epan/dissectors/packet-usbll.c | 13 +++++++++-
 wsutil/crc16.c                 | 56 ++++++++++++++++++++++++++++++++++++++++++
 wsutil/crc16.h                 |  6 +++++
 7 files changed, 93 insertions(+), 1 deletion(-)