Wireshark-commits: [Wireshark-commits] master 50484e3: Add dissector for Nano / RaiBlocks cryptocur
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Mar 2018 10:31:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=50484e3f3f34f3c98498283c6674b96f14fb73b2
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

50484e3 by Roland Haenel (roland@xxxxxxxxx):

    Add dissector for Nano / RaiBlocks cryptocurrency protocol
    
    Change-Id: I34f610a19a972db1c08d7896453e5ed671ec4dc6
    Reviewed-on: https://code.wireshark.org/review/26394
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  6e75a0b   ber/per: assert actx to avoid null dereference (found by clang).
    adds  50484e3   Add dissector for Nano / RaiBlocks cryptocurrency protocol


Summary of changes:
 docbook/release-notes.asciidoc |   1 +
 epan/dissectors/CMakeLists.txt |   1 +
 epan/dissectors/Makefile.am    |   1 +
 epan/dissectors/packet-nano.c  | 498 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 501 insertions(+)
 create mode 100644 epan/dissectors/packet-nano.c