URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=928ce9f96665f9d15267b9a468513a0ef1793d30
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
928ce9f by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: Fix remaining lengths
ACL and L2CAP payload contain its length field.
Of course it may be broken for many reasons, so
there is need to check it and show expert info warning.
Bug: 11677
Change-Id: I1988faec9faef70c95161513049ec16ceb8fcf45
Reviewed-on: https://code.wireshark.org/review/11982
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from 7a7b293 Bluetooth: HCI vendor: Add some Broadcom commands
adds 928ce9f Bluetooth: Fix remaining lengths
Summary of changes:
epan/dissectors/packet-bthci_acl.c | 13 +++++++++++--
epan/dissectors/packet-btl2cap.c | 14 +++++++++++---
2 files changed, 22 insertions(+), 5 deletions(-)