Wireshark-commits: [Wireshark-commits] master ff1e160: epan: Add argument to epan_init() to disable

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 09 Sep 2018 02:27:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ff1e16055fb21ddbf1cb06f193b0cd5622b5edef
Submitter: "João Valverde <j@xxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ff1e160 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    epan: Add argument to epan_init() to disable plugins
    
    Change-Id: I8dc76e6bf8c4d5a3081cbdc1d47b88e857415d29
    Reviewed-on: https://code.wireshark.org/review/29498
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  6ab8d46   CMake: Add function to test compiler flags
     add  ff1e160   epan: Add argument to epan_init() to disable plugins


Summary of changes:
 debian/libwireshark0.symbols    | 2 +-
 dftest.c                        | 2 +-
 epan/epan.c                     | 6 ++++--
 epan/epan.h                     | 2 +-
 rawshark.c                      | 2 +-
 sharkd.c                        | 2 +-
 tfshark.c                       | 2 +-
 tools/oss-fuzzshark/fuzzshark.c | 2 +-
 tshark.c                        | 2 +-
 ui/qt/main.cpp                  | 2 +-
 10 files changed, 13 insertions(+), 11 deletions(-)