URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e9429732ff91cbbbaead63b643870da91ef415bd
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e942973 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth/USB HID: Move boot form of reports from bthid to usbhid
Then call it as new dissectors from bthid and btatt.
In future they will be used in usbhid, because they are part of HID.
Change-Id: I9cb545f3079c27945b17bf8791ba4e3736c29e7c
Reviewed-on: https://code.wireshark.org/review/6912
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from 8417fbf Initialize the entire UUID.
adds e942973 Bluetooth/USB HID: Move boot form of reports from bthid to usbhid
Summary of changes:
epan/dissectors/packet-btatt.c | 25 +-
epan/dissectors/packet-bthid.c | 701 +-----------------------------------
epan/dissectors/packet-usb-hid.c | 738 +++++++++++++++++++++++++++++++++++++-
3 files changed, 768 insertions(+), 696 deletions(-)