Wireshark-commits: [Wireshark-commits] master ac1cb82: add MsgPack dissector.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Jul 2018 18:45:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ac1cb82842001d823bc79f04a52384dc5661811c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ac1cb82 by Dario Lombardo (lomato@xxxxxxxxx):

    add MsgPack dissector.
    
    Change-Id: Id1ae76da1b4d158227a108f38d1ac83ae08e36f5
    Reviewed-on: https://code.wireshark.org/review/28661
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  45fa49f   FP: Fix wrong indexer
    adds  ac1cb82   add MsgPack dissector.


Summary of changes:
 docbook/release-notes.asciidoc   |   1 +
 epan/dissectors/CMakeLists.txt   |   1 +
 epan/dissectors/packet-msgpack.c | 446 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 448 insertions(+)
 create mode 100644 epan/dissectors/packet-msgpack.c