URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ef752689da5cb948a6f40052342f597ee90bd0b6
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ef75268 by Mike78 (michael.oed@xxxxxxxxx):
Allow/Create an option to use "capture filter" labels defined in wireshark GUI from CLI
Move ui/filters.[ch] to filter_files.[ch] because dumpcap is using functionality.
Bug: 8091
Change-Id: I195c82fc023f97d6f331b8718c45a2d83d30faea
Reviewed-on: https://code.wireshark.org/review/5925
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 5225100 Added dissector for Paging and Service Information (186) IE.
adds ef75268 Allow/Create an option to use "capture filter" labels defined in wireshark GUI from CLI
Summary of changes:
CMakeLists.txt | 3 +
Makefile.common | 4 ++
capture_opts.c | 69 ++++++++++++++++++----
doc/dumpcap.pod | 4 ++
doc/tshark.pod | 4 ++
doc/wireshark.pod.template | 4 ++
docbook/wsug_src/WSUG_chapter_customize.asciidoc | 3 +-
ui/filters.c => filter_files.c | 2 +-
ui/filters.h => filter_files.h | 0
tshark.c | 10 ++++
ui/CMakeLists.txt | 1 -
ui/Makefile.common | 2 -
ui/gtk/filter_dlg.c | 2 +-
ui/gtk/main.c | 2 +-
ui/qt/Wireshark.pro | 1 +
ui/qt/capture_filter_edit.cpp | 2 +-
ui/qt/display_filter_edit.cpp | 2 +-
ui/qt/filter_dialog.cpp | 2 +-
ui/qt/wireshark_application.cpp | 2 +-
19 files changed, 96 insertions(+), 23 deletions(-)
rename ui/filters.c => filter_files.c (99%)
rename ui/filters.h => filter_files.h (100%)