aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-02-01 21:33:33 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-07 07:57:29 +0000
commit4f3a88989ed6794134cc94ad678dce730f2fd1e3 (patch)
tree0eea094dc5d9601c83f44f325ea0a0b5c940b3fc /cmakeconfig.h.in
parent6ea3f3790ac853151d8179a62561593197a864dd (diff)
Add conflict check filter
Set ENABLE_CHECK_FILTER to 1 for get list of display filter with conflict... Ping-Bug:2402 Change-Id: I8d56b1573120d1a29d437aae1088be242e15e9a3 Reviewed-on: https://code.wireshark.org/review/13644 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 35cc3d06cd..6fa2dc14bd 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -31,6 +31,9 @@
/* Define to 1 if we want to enable plugins */
#cmakedefine HAVE_PLUGINS 1
+/* Define to 1 if we check hf conflict */
+#cmakedefine ENABLE_CHECK_FILTER 1
+
/* Link plugins statically into Wireshark */
#cmakedefine ENABLE_STATIC 1