Wireshark-commits: [Wireshark-commits] master 23a7890: Pull the code to save enabled/disabled lists
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=23a7890b6a2133a559fc691c865e617c19b26a7a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
23a7890 by Guy Harris (guy@xxxxxxxxxxxx):
Pull the code to save enabled/disabled lists into libwireshark.
It's identical in the GTK+ and Qt UIs, and it should just be done in
libwireshark.
Rename some routines to just speak of enabled_and_disabled_lists, so we
don't have to say enabled_and_disabled_protos_and_heuristic_dissectors
or something such as that.
Clean up indentation.
Change-Id: Ief2e612d9e1b60d8d0123b6bd3409dce5faf6495
Reviewed-on: https://code.wireshark.org/review/20970
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 92ebd63 netlink: let subdissectors handle the netlink header
adds 23a7890 Pull the code to save enabled/disabled lists into libwireshark.
Summary of changes:
debian/libwireshark0.symbols | 6 +--
epan/disabled_protos.c | 97 +++++++++++++++++++++++-------------
epan/disabled_protos.h | 46 ++++-------------
epan/epan.c | 2 +-
rawshark.c | 2 +-
sharkd.c | 2 +-
tfshark.c | 2 +-
tshark.c | 2 +-
ui/gtk/main.c | 2 +-
ui/gtk/proto_dlg.c | 38 +-------------
ui/qt/enabled_protocols_dialog.cpp | 41 +--------------
ui/qt/wireshark_application.cpp | 2 +-
12 files changed, 84 insertions(+), 158 deletions(-)