Wireshark-commits: [Wireshark-commits] master-2.0 6a83965: Add a #define for the wildcard pattern t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Mar 2016 02:10:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a839658839edd29467347524618c14edfbf6fb0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

6a83965 by Guy Harris (guy@xxxxxxxxxxxx):

    Add a #define for the wildcard pattern that matches all files.
    
    It's *.* on Windows, but just * on UN*X; add a header that provides the
    definition, and use it instead of hardwiring *.*.
    
    Call the entry "All Files", that being the conventional name, rather
    than "Any File", whilst we're at it.
    
    Change-Id: I6048e9f187af4b2cf5f0d87fc48e76afd91ff8b8
    Reviewed-on: https://code.wireshark.org/review/14254
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2b00a28   Bump so version of libwireshark for have_field_extractors symbol added in 2.0.2
    adds  6a83965   Add a #define for the wildcard pattern that matches all files.


Summary of changes:
 ui/Makefile.common                     |    1 +
 ui/{console.h => all_files_wildcard.h} |   39 +++++++++++++++-----------------
 ui/qt/capture_file_dialog.cpp          |   16 ++++++-------
 ui/qt/extcap_argument_file.cpp         |    4 +++-
 ui/qt/main_window_slots.cpp            |    5 ++--
 ui/win32/file_dlg_win32.c              |   25 ++++++++++----------
 6 files changed, 44 insertions(+), 46 deletions(-)
 copy ui/{console.h => all_files_wildcard.h} (66%)