[BT Mesh] Add Bluetooth Mesh dissector.

Bug: 14161

Change-Id: Ia76d283c6c8e00526948a0ee9cda9e35b4ca0e2a
Reviewed-on: https://code.wireshark.org/review/24216
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Anders 2017-10-30 14:03:25 +01:00 committed by Anders Broman
parent 4405c5d769
commit 1e707e33fa
4 changed files with 1244 additions and 0 deletions

View File

@ -77,6 +77,7 @@ Protobuf (Protocol Buffers)
FP Mux
Network Functional Application Platform Interface (NFAPI) Protocol
IEEE 1905.1a
Bluetooth Mesh
--sort-and-group--
=== Updated Protocol Support

View File

@ -705,6 +705,7 @@ set(DISSECTOR_SRC
packet-btl2cap.c
packet-btle.c
packet-btle_rf.c
packet-btmesh.c
packet-btmcap.c
packet-btrfcomm.c
packet-btsap.c

View File

@ -360,6 +360,7 @@ DISSECTOR_SRC = \
packet-btle.c \
packet-btle_rf.c \
packet-btmcap.c \
packet-btmesh.c \
packet-btrfcomm.c \
packet-btsap.c \
packet-btsdp.c \

File diff suppressed because it is too large Load Diff