aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-20 19:58:46 +0000
committerJoão Valverde <j@v6e.pt>2017-11-20 21:31:38 +0000
commit5968fc1cae5028002d4f974e0464608f73204b60 (patch)
treee30b0478d916e087baf4ad3c939d7a47cd200832 /plugins
parentfdc3023bece20993237f8e5ae959f23fff437d69 (diff)
Rename UseMakeDissectorReg.cmake
Change-Id: I2723e7f0309dbe21f23b65818fbea3a7eadf13d4 Reviewed-on: https://code.wireshark.org/review/24514 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docsis/CMakeLists.txt2
-rw-r--r--plugins/ethercat/CMakeLists.txt2
-rw-r--r--plugins/gryphon/CMakeLists.txt2
-rw-r--r--plugins/irda/CMakeLists.txt2
-rw-r--r--plugins/mate/CMakeLists.txt2
-rw-r--r--plugins/opcua/CMakeLists.txt2
-rw-r--r--plugins/pluginifdemo/CMakeLists.txt2
-rw-r--r--plugins/profinet/CMakeLists.txt2
-rw-r--r--plugins/transum/CMakeLists.txt2
-rw-r--r--plugins/unistim/CMakeLists.txt2
-rw-r--r--plugins/wimax/CMakeLists.txt2
-rw-r--r--plugins/wimaxasncp/CMakeLists.txt2
-rw-r--r--plugins/wimaxmacphy/CMakeLists.txt2
13 files changed, 13 insertions, 13 deletions
diff --git a/plugins/docsis/CMakeLists.txt b/plugins/docsis/CMakeLists.txt
index fd3f80f099..3c43e8723c 100644
--- a/plugins/docsis/CMakeLists.txt
+++ b/plugins/docsis/CMakeLists.txt
@@ -49,7 +49,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
)
diff --git a/plugins/ethercat/CMakeLists.txt b/plugins/ethercat/CMakeLists.txt
index 6955e7f0a8..540e103c35 100644
--- a/plugins/ethercat/CMakeLists.txt
+++ b/plugins/ethercat/CMakeLists.txt
@@ -51,7 +51,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
)
diff --git a/plugins/gryphon/CMakeLists.txt b/plugins/gryphon/CMakeLists.txt
index ad4e2a720a..5ed378d9cc 100644
--- a/plugins/gryphon/CMakeLists.txt
+++ b/plugins/gryphon/CMakeLists.txt
@@ -45,7 +45,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
)
diff --git a/plugins/irda/CMakeLists.txt b/plugins/irda/CMakeLists.txt
index 6de47fd464..26ddaa288e 100644
--- a/plugins/irda/CMakeLists.txt
+++ b/plugins/irda/CMakeLists.txt
@@ -47,7 +47,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
)
diff --git a/plugins/mate/CMakeLists.txt b/plugins/mate/CMakeLists.txt
index fdfb89be85..4ff179c396 100644
--- a/plugins/mate/CMakeLists.txt
+++ b/plugins/mate/CMakeLists.txt
@@ -66,7 +66,7 @@ set_source_files_properties(
COMPILE_FLAGS "${WERROR_COMMON_FLAGS}"
)
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
${DISSECTOR_SUPPORT_SRC}
diff --git a/plugins/opcua/CMakeLists.txt b/plugins/opcua/CMakeLists.txt
index 8fc18f117b..a05ed4da01 100644
--- a/plugins/opcua/CMakeLists.txt
+++ b/plugins/opcua/CMakeLists.txt
@@ -60,7 +60,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
${DISSECTOR_SUPPORT_SRC}
diff --git a/plugins/pluginifdemo/CMakeLists.txt b/plugins/pluginifdemo/CMakeLists.txt
index e3eeea9b7e..cc1b3a1eb1 100644
--- a/plugins/pluginifdemo/CMakeLists.txt
+++ b/plugins/pluginifdemo/CMakeLists.txt
@@ -60,7 +60,7 @@ endif()
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
include_directories(${CMAKE_CURRENT_BINARY_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
)
diff --git a/plugins/profinet/CMakeLists.txt b/plugins/profinet/CMakeLists.txt
index b4a27ee688..cc5d228e1e 100644
--- a/plugins/profinet/CMakeLists.txt
+++ b/plugins/profinet/CMakeLists.txt
@@ -58,7 +58,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
${DISSECTOR_SUPPORT_SRC}
diff --git a/plugins/transum/CMakeLists.txt b/plugins/transum/CMakeLists.txt
index f7b1c9367d..bf3ca9057c 100644
--- a/plugins/transum/CMakeLists.txt
+++ b/plugins/transum/CMakeLists.txt
@@ -51,7 +51,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
${DISSECTOR_SUPPORT_SRC}
diff --git a/plugins/unistim/CMakeLists.txt b/plugins/unistim/CMakeLists.txt
index 310278633e..c6c01abeff 100644
--- a/plugins/unistim/CMakeLists.txt
+++ b/plugins/unistim/CMakeLists.txt
@@ -45,7 +45,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
)
diff --git a/plugins/wimax/CMakeLists.txt b/plugins/wimax/CMakeLists.txt
index 5eb67fe79f..dd52bdfede 100644
--- a/plugins/wimax/CMakeLists.txt
+++ b/plugins/wimax/CMakeLists.txt
@@ -91,7 +91,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
${DISSECTOR_SUPPORT_SRC}
diff --git a/plugins/wimaxasncp/CMakeLists.txt b/plugins/wimaxasncp/CMakeLists.txt
index cc1e181490..65bb7c3c3b 100644
--- a/plugins/wimaxasncp/CMakeLists.txt
+++ b/plugins/wimaxasncp/CMakeLists.txt
@@ -50,7 +50,7 @@ list(APPEND PLUGIN_FILES ${GENERATED_FILES})
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
)
diff --git a/plugins/wimaxmacphy/CMakeLists.txt b/plugins/wimaxmacphy/CMakeLists.txt
index 42d911ac60..22cd50ad82 100644
--- a/plugins/wimaxmacphy/CMakeLists.txt
+++ b/plugins/wimaxmacphy/CMakeLists.txt
@@ -45,7 +45,7 @@ set_source_files_properties(
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
-register_dissector_files(plugin.c
+register_plugin_files(plugin.c
plugin
${DISSECTOR_SRC}
)