Wireshark-commits: [Wireshark-commits] master 2471351: wiretap: add support for ruby marshal object

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

Commits:

2471351 by Dario Lombardo (lomato@xxxxxxxxx):

    wiretap: add support for ruby marshal object files.
    
    Change-Id: Iefba3b15c907966bb0b8d5c0ff9b6bb7097d326e
    Reviewed-on: https://code.wireshark.org/review/27763
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  78cb5c7   FP: Show sir target units in tree
    adds  2471351   wiretap: add support for ruby marshal object files.


Summary of changes:
 wiretap/CMakeLists.txt               |  1 +
 wiretap/file_access.c                |  7 +++-
 wiretap/{json.c => ruby_marshal.c}   | 80 ++++++++++++++++++++++++++++--------
 wiretap/{dpa400.h => ruby_marshal.h} | 15 ++++---
 wiretap/wtap.h                       |  2 +
 5 files changed, 81 insertions(+), 24 deletions(-)
 copy wiretap/{json.c => ruby_marshal.c} (51%)
 copy wiretap/{dpa400.h => ruby_marshal.h} (54%)