summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2014-08-24 23:29:01 +0400
committerPascal Quantin <pascal.quantin@gmail.com>2014-08-24 20:45:26 +0000
commit549f5c401cd589db57440ea596f757e2834e0a52 (patch)
tree701368daefb78b870f86db7e49214d85aa1e4a87
parent7d81eabb4b8e1fab148569864b25529479c250f1 (diff)
downloadwireshark-549f5c401cd589db57440ea596f757e2834e0a52.tar.gz
Remove obsolete comments regarding the shell version of make-dissector-reg
Change-Id: I93470e8c6e9afd6c1ebf735eb13141586964be0e Reviewed-on: https://code.wireshark.org/review/3818 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-rw-r--r--epan/dissectors/Makefile.am5
-rw-r--r--plugins/asn1/Makefile.am5
-rw-r--r--plugins/docsis/Makefile.am5
-rw-r--r--plugins/ethercat/Makefile.am5
-rw-r--r--plugins/gryphon/Makefile.am5
-rw-r--r--plugins/irda/Makefile.am5
-rw-r--r--plugins/m2m/Makefile.am5
-rw-r--r--plugins/mate/Makefile.am5
-rw-r--r--plugins/opcua/Makefile.am5
-rw-r--r--plugins/profinet/Makefile.am5
-rw-r--r--plugins/unistim/Makefile.am5
-rw-r--r--plugins/wimax/Makefile.am5
-rw-r--r--plugins/wimaxasncp/Makefile.am5
-rw-r--r--plugins/wimaxmacphy/Makefile.am5
14 files changed, 0 insertions, 70 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 0973120489..1712fec8f5 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -87,11 +87,6 @@ x11-dissector: $(top_srcdir)/tools/process-x11-fields.pl x11-fields $(top_srcdir
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "dissectors", to indicate that we should build
# a register.c file for libwireshark.
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am
index 643d08c336..b5883da056 100644
--- a/plugins/asn1/Makefile.am
+++ b/plugins/asn1/Makefile.am
@@ -71,11 +71,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/docsis/Makefile.am b/plugins/docsis/Makefile.am
index bb38dca2e5..b6be039c76 100644
--- a/plugins/docsis/Makefile.am
+++ b/plugins/docsis/Makefile.am
@@ -71,11 +71,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/ethercat/Makefile.am b/plugins/ethercat/Makefile.am
index a08336841d..8bc8b583bd 100644
--- a/plugins/ethercat/Makefile.am
+++ b/plugins/ethercat/Makefile.am
@@ -71,11 +71,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am
index 4526d9e4f8..82db877f77 100644
--- a/plugins/gryphon/Makefile.am
+++ b/plugins/gryphon/Makefile.am
@@ -73,11 +73,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/irda/Makefile.am b/plugins/irda/Makefile.am
index 47382400af..9950676ce8 100644
--- a/plugins/irda/Makefile.am
+++ b/plugins/irda/Makefile.am
@@ -71,11 +71,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/m2m/Makefile.am b/plugins/m2m/Makefile.am
index 35e00e349b..ff195faa9a 100644
--- a/plugins/m2m/Makefile.am
+++ b/plugins/m2m/Makefile.am
@@ -71,11 +71,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index 0d334114b2..4bed66210d 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -78,11 +78,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/opcua/Makefile.am b/plugins/opcua/Makefile.am
index cc156aed07..a0596cb05b 100644
--- a/plugins/opcua/Makefile.am
+++ b/plugins/opcua/Makefile.am
@@ -72,11 +72,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/profinet/Makefile.am b/plugins/profinet/Makefile.am
index 31561ac1f2..bfee4849f9 100644
--- a/plugins/profinet/Makefile.am
+++ b/plugins/profinet/Makefile.am
@@ -71,11 +71,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/unistim/Makefile.am b/plugins/unistim/Makefile.am
index d6dd694354..44eb3c3528 100644
--- a/plugins/unistim/Makefile.am
+++ b/plugins/unistim/Makefile.am
@@ -72,11 +72,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/wimax/Makefile.am b/plugins/wimax/Makefile.am
index 8b41395b9c..de12cf3c39 100644
--- a/plugins/wimax/Makefile.am
+++ b/plugins/wimax/Makefile.am
@@ -71,11 +71,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am
index f8715de379..fe449cbfca 100644
--- a/plugins/wimaxasncp/Makefile.am
+++ b/plugins/wimaxasncp/Makefile.am
@@ -74,11 +74,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.
diff --git a/plugins/wimaxmacphy/Makefile.am b/plugins/wimaxmacphy/Makefile.am
index 7919fcfc9e..99579d994e 100644
--- a/plugins/wimaxmacphy/Makefile.am
+++ b/plugins/wimaxmacphy/Makefile.am
@@ -71,11 +71,6 @@ LIBS =
# reason.
#
# Therefore, we use a script to generate the register.c file.
-# There are two versions of the script, a shell and a Python version.
-# The Python script runs faster, since it uses caching to speed up
-# repeated runs and doesn't invoke external processes, so we prefer
-# that if Python is available.
-#
# The first argument is the directory in which the source files live.
# The second argument is "plugin", to indicate that we should build
# a plugin.c file for a plugin.