URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53ecc16079ee518e3b83df352a389d04543fcac3
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
53ecc16 by Tomasz Moń (desowin@xxxxxxxxx):
USBLL: Verify Token/Split packets CRC-5
Ping-Bug: 15908
Change-Id: I25aaf772d3d0af2f459a1ad78d8253344ed13f05
Reviewed-on: https://code.wireshark.org/review/34025
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from d89eb91 Bluetooth: SDP: add new AVRCP 1.6 supported feature flags
add 53ecc16 USBLL: Verify Token/Split packets CRC-5
Summary of changes:
debian/libwsutil0.symbols | 2 ++
epan/dissectors/packet-usbll.c | 43 +++++++++++++++++++-------
wsutil/CMakeLists.txt | 2 ++
wsutil/crc5.c | 68 ++++++++++++++++++++++++++++++++++++++++++
wsutil/crc5.h | 40 +++++++++++++++++++++++++
5 files changed, 144 insertions(+), 11 deletions(-)
create mode 100644 wsutil/crc5.c
create mode 100644 wsutil/crc5.h