aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sbus/Makefile.common
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-21 06:31:06 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-21 06:31:06 +0000
commit245df82c7b66ec29491b56c9fcbbf1b78c10105f (patch)
tree672d19e872dc4cecc039abdf1efeace798a8bf38 /plugins/sbus/Makefile.common
parent072ff554bcbd36c0843d5deba15fa35b03f62349 (diff)
From Christian Durrer:
I hope this is the right place to send a patch for a new dissector plugin. The telegram it dissects are for the communication between PLCs (Programmable logic controller) from the company Saia Burgess Controls Ltd. (http://www.start-controls.com, http://www.saia-burgess.com or http://www.sbc-support.ch). The protocol is named Ether-S-Bus (the PLCs are called PCD2, PCD3, PCD4). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18526 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/sbus/Makefile.common')
-rw-r--r--plugins/sbus/Makefile.common31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/sbus/Makefile.common b/plugins/sbus/Makefile.common
new file mode 100644
index 0000000000..d7b8418867
--- /dev/null
+++ b/plugins/sbus/Makefile.common
@@ -0,0 +1,31 @@
+# Makefile.common for sbus plugin
+# Contains the stuff from Makefile.am and Makefile.nmake that is
+# a) common to both files and
+# b) portable between both files
+#
+# $Id$
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 1998 Gerald Combs
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+# the name of the plugin
+PLUGIN_NAME = sbus
+
+# the dissector sources (without any helpers)
+DISSECTOR_SRC = \
+ packet-sbus.c