URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c9dd46c27870fca9d19712aa570949a992f1d90e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c9dd46c by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: Make Source/Destination BD_ADDRs and names filterable
Source/Destination BD_ADDRs and name are filterable.
Also simplify code around wmem trees, and enable commented "data"
field in unreassembled case and fix btl2cap offsets
(discovered by enabling "data" field).
Change-Id: Ic28c9bf19bcd6281b652be538b221da74df4bb76
Reviewed-on: https://code.wireshark.org/review/471
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 248c284 Bluetooth: Fix interface_id
adds c9dd46c Bluetooth: Make Source/Destination BD_ADDRs and names filterable
Summary of changes:
epan/dissectors/packet-bthci_acl.c | 266 +++++++++++++++++++-----------------
epan/dissectors/packet-btl2cap.c | 19 +--
2 files changed, 149 insertions(+), 136 deletions(-)