URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d51989e3ac8b1bab43a89ef07e12065a1c7485a0
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d51989e by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: Add dissector table for EIR/AD Manufacturer content
Now it is possible to DecodeAs manufacturer specific content of
EIR or AD, so you are able to write custom plugin to dissect it.
New dissector table: btcommon.eir_ad.manufacturer_company_id
Change-Id: Iac458cd51f7b9bab51ccf7a4411984fb269a86ef
Reviewed-on: https://code.wireshark.org/review/13389
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 5de7817 Revert "[Diameter] Update Nokia Solutions and Networks vendor-specific AVPs"
adds d51989e Bluetooth: Add dissector table for EIR/AD Manufacturer content
Summary of changes:
epan/dissectors/packet-bluetooth.h | 8 +++
epan/dissectors/packet-bthci_cmd.c | 100 +++++++++++++++++++++++++++++++-----
epan/dissectors/packet-bthci_evt.c | 32 ++++++++++--
3 files changed, 123 insertions(+), 17 deletions(-)