aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-10-25 10:32:29 -0400
committerMichael Mann <mmann78@netscape.net>2015-10-27 11:41:35 +0000
commit616dbd78d6afc4f8825ce159de23b19752859605 (patch)
tree83ff123d37b33132a242c26aaf0f2504c2ab4e5b /epan/CMakeLists.txt
parentb90267bb7549c7be9900141f6737fd127a9a0515 (diff)
Replace all "dissector filter" registrations with "dissector color filter" registration.
In the GTK, there was "colorize" (via context menu using color_dissector_filter.{c,h}) or "not colorize" (via main menu using dissector_filters.{c,h}). In Qt, you have the option to colorize (via context menu using color_dissector_filter.{c,h}) or not colorize (via main menu using color_dissector_filter.{c,h}). Combine all into "colorize" and convert GTK to use color_dissector_filter.{c,h} in the "not colorize" main menu like Qt. Change-Id: Ib3ca1c822f5f66ab5b812632d808f7905b328483 Reviewed-on: https://code.wireshark.org/review/11263 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 29785efa9a..66c0f948f5 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -1604,7 +1604,6 @@ set(LIBWIRESHARK_FILES
crc8-tvb.c
decode_as.c
disabled_protos.c
- dissector_filters.c
dvb_chartbl.c
dwarf.c
epan.c