URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c0b29fcddd6eb9c7956ff63836a71a1d90169daa
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c0b29fc 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: I7c29324fc5b41e93c150e1ec67f1529f171dc6a3
Reviewed-on: https://code.wireshark.org/review/14243
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from be3af7c 802.15.4 Minimal support for MLME Payload IE with Enhanced Beacon Filter IE
adds c0b29fc 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%)