Wireshark-commits: [Wireshark-commits] master 6b37142: Pull all the "load settings" calls into a ep

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Apr 2017 22:41:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b3714254d41f4e18ecc1df017804c9d94d21d9b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6b37142 by Guy Harris (guy@xxxxxxxxxxxx):

    Pull all the "load settings" calls into a epan_load_settings() routine.
    
    That way, nothing using libwireshark needs to know what settings need to
    be loaded, they just call epan_load_settings().
    
    Change-Id: I9390e259e286fc4f5acaeaac2767e4c3c4b656af
    Reviewed-on: https://code.wireshark.org/review/20983
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7d5ce06   Pull the error reporting into {read,save}_filter_list.
    adds  6b37142   Pull all the "load settings" calls into a epan_load_settings() routine.


Summary of changes:
 debian/libwireshark0.symbols    |    5 +----
 dftest.c                        |    3 ++-
 epan/decode_as.h                |    4 +++-
 epan/disabled_protos.h          |    5 ++++-
 epan/epan.c                     |   22 ++++++++++++++++++++++
 epan/epan.h                     |    7 +++++++
 epan/prefs.h                    |    7 +++++--
 rawshark.c                      |    9 ++-------
 sharkd.c                        |   12 ++----------
 tfshark.c                       |   11 +++--------
 tshark.c                        |   16 ++++------------
 ui/gtk/main.c                   |   13 ++-----------
 ui/qt/wireshark_application.cpp |   13 ++-----------
 13 files changed, 59 insertions(+), 68 deletions(-)