aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-11-23 21:51:47 +0000
committerAnders Broman <a.broman58@gmail.com>2015-11-24 06:04:57 +0000
commiteaac7de007489f6907c9339d933bd6848b63bf2b (patch)
tree1514e87170a8108ec85e31f3a4414b1009deef4f /plugins
parent61082a22030e6391c8e9337f25e750a6d71d3811 (diff)
Developers Guide updates for plugins with CMake
Remove references to nmake, add references to CMake. Change-Id: Iea2d2b2fbdbab131bae823d5d6a5306630a70347 Reviewed-on: https://code.wireshark.org/review/12079 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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/m2m/CMakeLists.txt2
-rw-r--r--plugins/mate/CMakeLists.txt2
-rw-r--r--plugins/opcua/CMakeLists.txt2
-rw-r--r--plugins/profinet/CMakeLists.txt2
-rw-r--r--plugins/stats_tree/CMakeLists.txt2
-rw-r--r--plugins/tpg/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
14 files changed, 14 insertions, 14 deletions
diff --git a/plugins/docsis/CMakeLists.txt b/plugins/docsis/CMakeLists.txt
index 48c1089a4f..331fb15e87 100644
--- a/plugins/docsis/CMakeLists.txt
+++ b/plugins/docsis/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(docsis 0 0 5 0)
# The sources for the plugin
diff --git a/plugins/ethercat/CMakeLists.txt b/plugins/ethercat/CMakeLists.txt
index 446885241c..0821987753 100644
--- a/plugins/ethercat/CMakeLists.txt
+++ b/plugins/ethercat/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(ethercat 0 1 0 0)
set(DISSECTOR_SRC
diff --git a/plugins/gryphon/CMakeLists.txt b/plugins/gryphon/CMakeLists.txt
index 8080548204..b3342ccdd5 100644
--- a/plugins/gryphon/CMakeLists.txt
+++ b/plugins/gryphon/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(gryphon 0 0 4 0)
set(DISSECTOR_SRC
diff --git a/plugins/irda/CMakeLists.txt b/plugins/irda/CMakeLists.txt
index ad10505e9d..89fbe87588 100644
--- a/plugins/irda/CMakeLists.txt
+++ b/plugins/irda/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(irda 0 0 6 0)
set(DISSECTOR_SRC
diff --git a/plugins/m2m/CMakeLists.txt b/plugins/m2m/CMakeLists.txt
index ed6c423dd4..4ae3d746ea 100644
--- a/plugins/m2m/CMakeLists.txt
+++ b/plugins/m2m/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(m2m 1 1 0 0)
set(DISSECTOR_SRC
diff --git a/plugins/mate/CMakeLists.txt b/plugins/mate/CMakeLists.txt
index 666dd1b240..6f3c35aa61 100644
--- a/plugins/mate/CMakeLists.txt
+++ b/plugins/mate/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(mate 1 0 0 1)
set(DISSECTOR_SRC
diff --git a/plugins/opcua/CMakeLists.txt b/plugins/opcua/CMakeLists.txt
index 812e92fb5a..f78b16d536 100644
--- a/plugins/opcua/CMakeLists.txt
+++ b/plugins/opcua/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(opcua 1 0 0 0)
set(DISSECTOR_SRC
diff --git a/plugins/profinet/CMakeLists.txt b/plugins/profinet/CMakeLists.txt
index 2dc6139430..73bdbc4b76 100644
--- a/plugins/profinet/CMakeLists.txt
+++ b/plugins/profinet/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(profinet 0 2 4 0)
set(DISSECTOR_SRC
diff --git a/plugins/stats_tree/CMakeLists.txt b/plugins/stats_tree/CMakeLists.txt
index b7a4e60a47..e0d1dbcc28 100644
--- a/plugins/stats_tree/CMakeLists.txt
+++ b/plugins/stats_tree/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(stats_tree 0 0 1 0)
set(PLUGIN_FILES
diff --git a/plugins/tpg/CMakeLists.txt b/plugins/tpg/CMakeLists.txt
index 61bde02392..adc99729b4 100644
--- a/plugins/tpg/CMakeLists.txt
+++ b/plugins/tpg/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# XXX No moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
# set_plugin_properties(tpg ...)
set(PLUGIN_FILES
diff --git a/plugins/unistim/CMakeLists.txt b/plugins/unistim/CMakeLists.txt
index 0725c3f4ea..e0f742452b 100644
--- a/plugins/unistim/CMakeLists.txt
+++ b/plugins/unistim/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(unistim 0 0 2 0)
set(DISSECTOR_SRC
diff --git a/plugins/wimax/CMakeLists.txt b/plugins/wimax/CMakeLists.txt
index 77af623ba9..13bf8dc02f 100644
--- a/plugins/wimax/CMakeLists.txt
+++ b/plugins/wimax/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(wimax 1 1 0 0)
set(DISSECTOR_SRC
diff --git a/plugins/wimaxasncp/CMakeLists.txt b/plugins/wimaxasncp/CMakeLists.txt
index d3b7819752..b31ac156ba 100644
--- a/plugins/wimaxasncp/CMakeLists.txt
+++ b/plugins/wimaxasncp/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(wimaxasncp 0 0 1 0)
set(DISSECTOR_SRC
diff --git a/plugins/wimaxmacphy/CMakeLists.txt b/plugins/wimaxmacphy/CMakeLists.txt
index 49b32df350..bbcd447237 100644
--- a/plugins/wimaxmacphy/CMakeLists.txt
+++ b/plugins/wimaxmacphy/CMakeLists.txt
@@ -21,7 +21,7 @@
include(WiresharkPlugin)
-# This info is from moduleinfo.nmake
+# Plugin name and version info (major minor micro extra)
set_module_info(wimaxmacphy 0 0 1 0)
set(DISSECTOR_SRC