Wireshark-commits: [Wireshark-commits] master 4828e45: BTMESH: Adding defragmentation of messages

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Apr 2019 03:46:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4828e45432af003c0c171d1ca511e6ae1dc5fa73
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4828e45 by Piotr Winiarczyk (wino45@xxxxxxxxx):

    BTMESH: Adding defragmentation of messages
    
    Adding defragmentation of control and access layer messages.
    Adding dissection of Friend Update and Heartbeat control messages.
    
    Bug: 15722
    Change-Id: Ib6d8899a2d089dfa3b3eee6cd3e5248b8dc26aff
    Reviewed-on: https://code.wireshark.org/review/32948
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5ae6a9b   Do FIND_PACKAGE_HANDLE_STANDARD_ARGS() before checking ZLIB_FOUND.
     add  4828e45   BTMESH: Adding defragmentation of messages


Summary of changes:
 epan/dissectors/packet-btmesh.c | 673 ++++++++++++++++++++++++++++++++++------
 1 file changed, 576 insertions(+), 97 deletions(-)