Wireshark-commits: [Wireshark-commits] master dac7cf9: Bluetooth: Add generic UUID table for Decode
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dac7cf9f8c5bf5ce0d0abe10c5a04950716d02bc
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dac7cf9 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: Add generic UUID table for DecodeBy
Replace L2CAP Service, RFCOMM Service and AVCTP PID dissector table
by shared Bluetooth Service UUID table. It also supports UUID16,
UUID32 and UUID128 by hex-string, like for AVRCP: "110e".
Change-Id: I473bc73d10939e8ed6dd55a6a92387c7a1ec125a
Reviewed-on: https://code.wireshark.org/review/9678
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from 5491fea Qt: Fix DecodeAs for String tables
adds dac7cf9 Bluetooth: Add generic UUID table for DecodeBy
Summary of changes:
epan/dissectors/packet-bluetooth.c | 35 +++++++++
epan/dissectors/packet-bluetooth.h | 4 ++
epan/dissectors/packet-bt3ds.c | 6 +-
epan/dissectors/packet-btatt.c | 6 +-
epan/dissectors/packet-btavctp.c | 71 +++++++-----------
epan/dissectors/packet-btavdtp.c | 16 +++--
epan/dissectors/packet-btavrcp.c | 6 +-
epan/dissectors/packet-btbnep.c | 6 +-
epan/dissectors/packet-bthcrp.c | 12 ++--
epan/dissectors/packet-bthfp.c | 5 +-
epan/dissectors/packet-bthid.c | 4 +-
epan/dissectors/packet-bthsp.c | 7 +-
epan/dissectors/packet-btl2cap.c | 139 ++++++++++++++++--------------------
epan/dissectors/packet-btmcap.c | 11 ++-
epan/dissectors/packet-btobex.c | 62 ++++++----------
epan/dissectors/packet-btrfcomm.c | 90 +++++++++--------------
epan/dissectors/packet-btsap.c | 2 +-
epan/dissectors/packet-btsdp.c | 10 +--
epan/dissectors/packet-btsdp.h | 1 -
19 files changed, 223 insertions(+), 270 deletions(-)