Wireshark-commits: [Wireshark-commits] master 14ba815: MLE and Thread: Additional dissectors

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Apr 2017 20:35:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=14ba81598da88390d26d3082da735743d6d41074
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

14ba815 by Robert Cragie (Robert.Cragie@xxxxxxx):

    MLE and Thread: Additional dissectors
    
    Additional dissectors for Mesh Link Establishment (MLE) and Thread CoAP
    TMF messages. MLE is also used in ZigBee IP.
    
    Change-Id: I5b9c224d7df48855b79ccac67dca7661a51d0a9b
    Bug: 13495
    Reviewed-on: https://code.wireshark.org/review/20594
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  043df01   Add support for BASE_VALS_NO_UNKNOWN
    adds  14ba815   MLE and Thread: Additional dissectors


Summary of changes:
 docbook/release-notes.asciidoc                    |    3 +
 epan/dissectors/CMakeLists.txt                    |    3 +
 epan/dissectors/Makefile.am                       |    4 +
 epan/dissectors/packet-ieee802154.c               |    2 +
 epan/dissectors/packet-mle.c                      | 2065 ++++++++++++
 epan/dissectors/{packet-pcnfsd.h => packet-mle.h} |   13 +-
 epan/dissectors/packet-openthread.c               |  113 +
 epan/dissectors/packet-thread.c                   | 3470 +++++++++++++++++++++
 tools/checkfiltername.pl                          |    1 +
 9 files changed, 5669 insertions(+), 5 deletions(-)
 create mode 100644 epan/dissectors/packet-mle.c
 copy epan/dissectors/{packet-pcnfsd.h => packet-mle.h} (69%)
 create mode 100644 epan/dissectors/packet-openthread.c
 create mode 100644 epan/dissectors/packet-thread.c