aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2019-11-04 10:42:29 +0100
committerAnders Broman <a.broman58@gmail.com>2019-11-04 10:17:16 +0000
commita673a50ad88db4bd4ee7d0745bc3dc196b28466e (patch)
tree5cd94657777aa5748801e5913d8579a5f01e67d9 /epan/CMakeLists.txt
parenta596d269e8d39674a1ac336c6d80eeabeae25522 (diff)
epan: Rename dissector_filters.c to conversation_filter.c
For the same reason as in g89c9d909. Change-Id: I5e344ebdf8ba05d169484aa32b409d84edc6124f Reviewed-on: https://code.wireshark.org/review/34943 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index b08a1a7167..354a23d4e0 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -93,7 +93,7 @@ set(LIBWIRESHARK_PUBLIC_HEADERS
decode_as.h
diam_dict.h
disabled_protos.h
- dissector_filters.h
+ conversation_filter.h
dtd.h
dtd_parse.h
dvb_chartbl.h
@@ -210,7 +210,7 @@ set(LIBWIRESHARK_NONGENERATED_FILES
crc8-tvb.c
decode_as.c
disabled_protos.c
- dissector_filters.c
+ conversation_filter.c
dvb_chartbl.c
epan.c
ex-opt.c