Someone has a compromised filesystem since it contained all kinds of stuff from other...
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 14 Oct 2007 21:01:01 +0000 (21:01 +0000)
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 14 Oct 2007 21:01:01 +0000 (21:01 +0000)
Tried to clean it up and get it in line with the rest of the codebase.
Still doesn't compile without warnings though.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23177 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/ethercat/Makefile.am
plugins/ethercat/Makefile.common
plugins/ethercat/moduleinfo.h
plugins/ethercat/moduleinfo.nmake
plugins/ethercat/packet-ams.h
plugins/ethercat/packet-ecatmb.h
plugins/ethercat/packet-ethercat-datagram.h
plugins/ethercat/packet-ethercat-frame.h
plugins/ethercat/packet-ioraw.h
plugins/ethercat/packet-nv.h

index dbcf5785f982008730fbf083584695aa8d9ebd43..e771f3884cb3b2f0073a69c19eba63047ad636d5 100644 (file)
@@ -26,6 +26,10 @@ INCLUDES = -I$(top_srcdir) -I$(includedir)
 
 include Makefile.common
 
+if HAVE_WARNINGS_AS_ERRORS
+AM_CFLAGS = -Werror
+endif
+
 plugindir = @plugindir@
 
 plugin_LTLIBRARIES = ethercat.la
@@ -46,7 +50,7 @@ LIBS =
 # Build plugin.c, which contains the plugin version[] string, a
 # function plugin_register() that calls the register routines for all
 # protocols, and a function plugin_reg_handoff() that calls the handoff
-# registration routines for all protocolsagentx_la.
+# registration routines for all protocols.
 #
 # We do this by scanning sources.  If that turns out to be too slow,
 # maybe we could just require every .o file to have an register routine
@@ -114,5 +118,7 @@ MAINTAINERCLEANFILES = \
        plugin.c
 
 EXTRA_DIST = \
-       Makefile.common \
-       Makefile.nmake
+       Makefile.common         \
+       Makefile.nmake          \
+       moduleinfo.nmake        \
+       plugin.rc.in
index 555fe2b5577d1b454720514823ac059265f1b187..bbcc02ffb7a73f75886d82ddc20519d6612a1e7d 100644 (file)
@@ -43,254 +43,3 @@ DISSECTOR_INCLUDES =        \
        packet-ethercat-datagram.h \
        packet-ioraw.h \
        packet-nv.h
-# Makefile.common
-#     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.
-
-# "BUILT_SOURCES" are built before any "make all" or "make check" targets.
-BUILT_HEADER_FILES =   \
-       svnversion.h
-
-BUILT_C_FILES =                \
-       ps.c
-
-BUILT_SOURCES =        $(BUILT_C_FILES) $(BUILT_HEADER_FILES)
-
-# Header files generated from source files.
-GENERATED_HEADER_FILES = \
-       $(BUILT_HEADER_FILES)
-
-# C source files generated from source files.
-GENERATED_C_FILES = \
-       $(BUILT_C_FILES)        \
-       tshark-tap-register.c
-
-# All the generated files.
-GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
-
-# sources common for wireshark and tshark
-WIRESHARK_COMMON_SRC = \
-       $(PLATFORM_SRC) \
-       capture_errs.c  \
-       capture-pcap-util.c     \
-       capture_ui_utils.c      \
-       cfile.c \
-       clopts_common.c \
-       disabled_protos.c       \
-       packet-range.c  \
-       print.c \
-       ps.c    \
-       sync_pipe_write.c       \
-       timestats.c     \
-       util.c  \
-       version_info.c
-
-# corresponding headers
-WIRESHARK_COMMON_INCLUDES =    \
-       svnversion.h            \
-       capture_errs.h  \
-       capture-pcap-util.h     \
-       capture-pcap-util-int.h \
-       capture_ui_utils.h      \
-       cfile.h \
-       clopts_common.h \
-       cmdarg_err.h    \
-       color.h \
-       disabled_protos.h       \
-       file.h  \
-       fileset.h       \
-       isprint.h       \
-       packet-range.h  \
-       print.h \
-       ps.h    \
-       register.h      \
-       tempfile.h      \
-       timestats.h     \
-       util.h  \
-       version_info.h
-
-# sources for TShark taps
-TSHARK_TAP_SRC =       \
-       tap-afpstat.c   \
-       tap-ansi_astat.c        \
-       tap-bootpstat.c \
-       tap-camelcounter.c      \
-       tap-camelsrt.c  \
-       tap-dcerpcstat.c        \
-       tap-funnel.c \
-       tap-gsm_astat.c \
-       tap-h225counter.c       \
-       tap-h225rassrt.c        \
-       tap-httpstat.c  \
-       tap-iostat.c    \
-       tap-iousers.c   \
-       tap-mgcpstat.c  \
-       tap-protocolinfo.c      \
-       tap-protohierstat.c     \
-       tap-radiusstat.c        \
-       tap-rpcstat.c   \
-       tap-rpcprogs.c  \
-       tap-sctpchunkstat.c     \
-       tap-sipstat.c \
-       tap-smbsids.c   \
-       tap-smbstat.c   \
-       tap-stats_tree.c        \
-       tap-wspstat.c
-
-# helpers already available on some platforms (and on others not)
-EXTRA_wireshark_SOURCES =      \
-       getopt.c        \
-       inet_ntop.c     \
-       inet_pton.c     \
-       mkstemp.c       \
-       strerror.c      \
-       strcasecmp.c    \
-       strncasecmp.c   \
-       strptime.c
-
-# corresponding headers
-EXTRA_wireshark_INCLUDES =     \
-       getopt.h        \
-       inet_v6defs.h   \
-       mkstemp.h       \
-       strerror.h      \
-       strptime.h
-
-# wireshark specifics
-wireshark_SOURCES =    \
-       $(WIRESHARK_COMMON_SRC) \
-       airpcap_loader.c \
-       alert_box.c     \
-       capture.c       \
-       capture_info.c  \
-       capture_opts.c \
-       capture_sync.c  \
-       color_filters.c \
-       file.c  \
-       fileset.c       \
-       filters.c       \
-       g711.c \
-       merge.c \
-       proto_hier_stats.c      \
-       summary.c       \
-       tempfile.c
-
-# corresponding headers
-wireshark_INCLUDES =   \
-       airpcap.h       \
-       airpcap_loader.h \
-       alert_box.h     \
-       capture.h       \
-       capture_info.h  \
-       capture_opts.h  \
-       capture_sync.h  \
-       color_filters.h \
-       filters.h       \
-       g711.h  \
-       globals.h       \
-       log.h   \
-       main_window.h   \
-       menu.h  \
-       merge.h \
-       progress_dlg.h  \
-       proto_hier_stats.h      \
-       simple_dialog.h \
-       stat_menu.h     \
-       statusbar.h     \
-       summary.h       \
-       sync_pipe.h     \
-       tap_dfilter_dlg.h       \
-       ui_util.h
-
-# tshark specifics
-tshark_SOURCES =       \
-       $(WIRESHARK_COMMON_SRC) \
-       $(TSHARK_TAP_SRC)       \
-       capture_opts.c          \
-       capture_sync.c          \
-       tempfile.c              \
-       tshark-tap-register.c   \
-       tshark.c
-
-# text2pcap specifics
-text2pcap_SOURCES = \
-       text2pcap.c \
-       text2pcap-scanner.l
-
-# mergecap specifics
-mergecap_SOURCES = \
-       mergecap.c \
-       merge.c \
-       svnversion.h
-
-# editcap specifics
-editcap_SOURCES = \
-       editcap.c       \
-       epan/crypt/crypt-md5.c \
-       $(WTAP_PLUGIN_SOURCES)
-
-capinfos_SOURCES = \
-       capinfos.c \
-       $(WTAP_PLUGIN_SOURCES)
-
-# dftest specifics
-dftest_SOURCES =       \
-       dftest.c        \
-       util.c
-
-# randpkt specifics
-randpkt_SOURCES = \
-       randpkt.c
-
-# dumpcap specifics
-dumpcap_SOURCES =      \
-       $(PLATFORM_SRC) \
-       capture_opts.c \
-       capture_loop.c  \
-       capture-pcap-util.c     \
-       capture_stop_conditions.c       \
-       clopts_common.c \
-       conditions.c    \
-       dumpcap.c       \
-       pcapio.c        \
-       ringbuffer.c    \
-       sync_pipe_write.c       \
-       tempfile.c      \
-       version_info.c  \
-       epan/unicode-utils.c
-
-# corresponding headers
-dumpcap_INCLUDES = \
-       capture_loop.h  \
-       capture_stop_conditions.h       \
-       conditions.h    \
-       pcapio.h        \
-       ringbuffer.h
-
-# this target needed for distribution only
-noinst_HEADERS =       \
-       $(WIRESHARK_COMMON_INCLUDES) \
-       $(wireshark_INCLUDES) \
-       $(EXTRA_wireshark_INCLUDES) \
-       $(dumpcap_INCLUDES)
index 407867b2ffe328eaa437bc7e294a673a96836c5e..2a9a0ff1ccc6a54a06112fcd3c88365254411cc7 100644 (file)
@@ -1,23 +1,3 @@
-/* Copyright (c) 2007 by Beckhoff Automation GmbH
- *
- * 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.
- */
 /* Included *after* config.h, in order to re-define these macros */
 
 #ifdef PACKAGE
 #endif
 
 /* Name of package */
-#define PACKAGE "EtherCAT"
+#define PACKAGE "ethercat"
 
 #ifdef VERSION
 #undef VERSION
 #endif
 
 /* Version number of package */
-/*#define VERSION "0.0.6"  /* firstversion   */
-/*#define VERSION "0.0.7"  /* new dissector for mailbox inserted*/
-/*#define VERSION "0.0.9"  /* nv-protocol inserted*/
-/*#define VERSION "0.0.10"
-/*#define VERSION "0.0.11" /* support of AoE protocol */
-/*#define VERSION "0.0.12" /* port to Wireshark */
+/*#define VERSION "0.0.6"   * first version */
+/*#define VERSION "0.0.7"   * new dissector for mailbox inserted */
+/*#define VERSION "0.0.9"   * nv-protocol inserted */
+/*#define VERSION "0.0.10"  */
+/*#define VERSION "0.0.11"  * support of AoE protocol */
+/*#define VERSION "0.0.12"  * port to Wireshark */
 #define VERSION "0.1.0"    /* First version integrated into the Wireshark sources*/
-/* Included *after* config.h, in order to re-define these macros */
-
-#ifdef PACKAGE
-#undef PACKAGE
-#endif
-
-/* Name of package */
-#define PACKAGE "mikey"
-
-
-#ifdef VERSION
-#undef VERSION
-#endif
-
-/* Version number of package */
-#define VERSION "0.0.1"
-
-
index d11d9b873841b3d300d0b1e2490cfcb0fb5e6771..51fcc8217df026feea7bc169dde841ed530ab173 100644 (file)
@@ -25,32 +25,3 @@ MODULE_VERSION_EXTRA=0
 
 MODULE_VERSION=$(MODULE_VERSION_MAJOR).$(MODULE_VERSION_MINOR).$(MODULE_VERSION_MICRO).$(MODULE_VERSION_EXTRA)
 RC_MODULE_VERSION=$(MODULE_VERSION_MAJOR),$(MODULE_VERSION_MINOR),$(MODULE_VERSION_MICRO),$(MODULE_VERSION_EXTRA)
-
-#
-# $Id$
-#
-
-# The name
-PACKAGE=mikey
-
-# The version
-MODULE_VERSION_MAJOR=0
-MODULE_VERSION_MINOR=0
-MODULE_VERSION_MICRO=1
-MODULE_VERSION_EXTRA=0
-
-#
-# The RC_VERSION should be comma-separated, not dot-separated, 
-# as per Graham Bloice's message in
-#
-#      http://www.ethereal.com/lists/ethereal-dev/200303/msg00283.html
-#
-# "The RC_VERSION variable in config.nmake should be comma separated. 
-# This allows the resources to be built correctly and the version
-# number to be correctly displayed in the explorer properties dialog
-# for the executables, and XP's tooltip, rather than 0.0.0.0."
-#
-
-MODULE_VERSION=$(MODULE_VERSION_MAJOR).$(MODULE_VERSION_MINOR).$(MODULE_VERSION_MICRO).$(MODULE_VERSION_EXTRA)
-RC_MODULE_VERSION=$(MODULE_VERSION_MAJOR),$(MODULE_VERSION_MINOR),$(MODULE_VERSION_MICRO),$(MODULE_VERSION_EXTRA)
-
index 77bc184e7deebb92220320b10ab3cda1036cfdc0..77ef980125dea60cd0db7901b4647393b159bc0b 100644 (file)
@@ -1,4 +1,8 @@
-/* Copyright (c) 2007 by Beckhoff Automation GmbH
+/* packet-ams.h
+ *
+ * $Id$
+ *
+ * Copyright (c) 2007 by Beckhoff Automation GmbH
  *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
@@ -18,7 +22,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
-/* Ams.h*/
 
 #ifndef __PACKET_AMS_H__
 #define __PACKET_AMS_H__
index 29ba4d3b9cd88d58a17989ba7e2430b2efa36501..4b163c12c9cbd83d44bd1e8a36daacecb0d2b3bb 100644 (file)
@@ -1,4 +1,8 @@
-/* Copyright (c) 2007 by Beckhoff Automation GmbH
+/* packet-ecatmb.h
+ *
+ * $Id$
+ *
+ * Copyright (c) 2007 by Beckhoff Automation GmbH
  *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
index d1dccfc78a65a53820e54467b7da75a6ee890865..6a29eeb59f9da63361b50af242484e29e29370b3 100644 (file)
@@ -1,4 +1,8 @@
-/* Copyright (c) 2007 by Beckhoff Automation GmbH
+/* packet-ethercat-datagram.h
+ *
+ * $Id$
+ *
+ * Copyright (c) 2007 by Beckhoff Automation GmbH
  *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
index a9534880b7b1e0fe5c3df004bc1639eaeaf7af21..b43bc663291d4c83f9124c6f1357248920c5b4ad 100644 (file)
@@ -1,4 +1,8 @@
-/* Copyright (c) 2007 by Beckhoff Automation GmbH
+/* paket-ethercat-frame.h
+ *
+ * $Id$
+ *
+ * Copyright (c) 2007 by Beckhoff Automation GmbH
  *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
index 169f889eb9cbbd2ac4fcea6e955a8f5e46a8e7e2..a689430d7ee2bd6fb2318c4c8847e3b8e4f45ce7 100644 (file)
@@ -1,4 +1,8 @@
-/* Copyright (c) 2007 by Beckhoff Automation GmbH
+/* packet-ioraw.h
+ *
+ * $Id$
+ *
+ * Copyright (c) 2007 by Beckhoff Automation GmbH
  *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
index a25b79e5664d390867774a170d88c474fc8276f0..2fb959fc02d2cfddf7e8be79de76b4196e9fb933 100644 (file)
@@ -1,4 +1,8 @@
-/* Copyright (c) 2007 by Beckhoff Automation GmbH
+/* packet-nv.h
+ *
+ * $Id$
+ *
+ * Copyright (c) 2007 by Beckhoff Automation GmbH
  *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>