Wireshark-commits: [Wireshark-commits] master 500102c: add file dissector for ruby marshal objects.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 07 Jun 2018 08:20:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=500102c265984657c2360efd9a5bafaed5ec58de
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

500102c by Dario Lombardo (lomato@xxxxxxxxx):

    add file dissector for ruby marshal objects.
    
    Documentation: https://ruby-doc.org/core-2.5.0/Marshal.html
    
    Bug: 14730
    Change-Id: If5d3bd2eaf261b4bc7a7df4ac15098503081dd9f
    Reviewed-on: https://code.wireshark.org/review/27764
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  27ce47c   FP: Decode T1,T2,T3
    adds  500102c   add file dissector for ruby marshal objects.


Summary of changes:
 docbook/release-notes.asciidoc |   1 +
 epan/dissectors/CMakeLists.txt |   2 +
 epan/dissectors/file-rbm.c     | 538 +++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/file-rbm.h     |  20 ++
 4 files changed, 561 insertions(+)
 create mode 100644 epan/dissectors/file-rbm.c
 create mode 100644 epan/dissectors/file-rbm.h