summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-10-14 15:45:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-10-14 15:45:24 +0000
commitc644b822798ea5b9e515948df6a42265392f0641 (patch)
treeac1ecebb641d8655b2e9692eaae431ede3f3abf8 /packaging
parent3238f6b87acd708d842db6264b6d64443c2b8fbc (diff)
downloadwireshark-c644b822798ea5b9e515948df6a42265392f0641.tar.gz
Ethercat plugin
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23174
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake1
-rw-r--r--packaging/nsis/wireshark.nsi1
2 files changed, 2 insertions, 0 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index ab3f174b76..f1c18711b2 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -69,6 +69,7 @@ PLUGINS= \
../../plugins/ciscosm/ciscosm.dll \
../../plugins/docsis/docsis.dll \
../../plugins/enttec/enttec.dll \
+ ../../plugins/ethercat/ethercat.dll \
../../plugins/giop/coseventcomm.dll \
../../plugins/giop/cosnaming.dll \
../../plugins/giop/parlay.dll \
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 6e3f953cf9..7c8bd33573 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -759,6 +759,7 @@ File "..\..\plugins\asn1\asn1.dll"
File "..\..\plugins\ciscosm\ciscosm.dll"
File "..\..\plugins\docsis\docsis.dll"
File "..\..\plugins\enttec\enttec.dll"
+File "..\..\plugins\ethercat\ethercat.dll"
File "..\..\plugins\giop\coseventcomm.dll"
File "..\..\plugins\giop\cosnaming.dll"
File "..\..\plugins\giop\parlay.dll"