Wireshark-commits: [Wireshark-commits] master 7d5ce06: Pull the error reporting into {read, save}_f
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Apr 2017 17:58:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7d5ce06cbe35f3f818695c87e5b0f42172ee3784
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7d5ce06 by Guy Harris (guy@xxxxxxxxxxxx):

    Pull the error reporting into {read,save}_filter_list.
    
    Change-Id: I4d9582661f2f1728d400eeb2a1b1dea98f32ce7f
    Reviewed-on: https://code.wireshark.org/review/20982
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1abbb50   cmake: fail if ENABLE_CHM_GUIDES but HTMLHelp is unavailable
    adds  7d5ce06   Pull the error reporting into {read,save}_filter_list.


Summary of changes:
 sharkd.c                        |    9 +---
 tshark.c                        |    9 +---
 ui/filter_files.c               |   99 +++++++++++++++++++++------------------
 ui/filter_files.h               |   16 ++-----
 ui/gtk/filter_dlg.c             |   35 ++------------
 ui/gtk/main.c                   |   18 +------
 ui/qt/capture_filter_edit.cpp   |   13 +----
 ui/qt/display_filter_edit.cpp   |   13 +----
 ui/qt/filter_dialog.cpp         |   34 +-------------
 ui/qt/wireshark_application.cpp |   18 +------
 10 files changed, 72 insertions(+), 192 deletions(-)