aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-07-20 01:21:27 +0000
committerMichael Mann <mmann78@netscape.net>2012-07-20 01:21:27 +0000
commit1ec2f43f2c20f90354a407d2ec230f7dfe401841 (patch)
tree33f361f08dd790d97830b5ae7cc9847461e1e416 /packaging
parent18acb1c43e60be9c9d078ba501c88a43b019200b (diff)
WiMAX OFDMA PHY SAP dissector plugin (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2695)
svn path=/trunk/; revision=43844
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 2bc28a1c3e..d174a8c01a 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -58,6 +58,7 @@ PLUGINS= \
../../plugins/unistim/unistim.dll \
../../plugins/wimax/wimax.dll \
../../plugins/wimaxasncp/wimaxasncp.dll \
+ ../../plugins/wimaxmacphy/wimaxmacphy.dll \
$(CUSTOM_PLUGINS)
NSI=\
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 754bcb6d65..9fde73c4dd 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -816,6 +816,7 @@ File "${STAGING_DIR}\plugins\${VERSION}\profinet.dll"
File "${STAGING_DIR}\plugins\${VERSION}\unistim.dll"
File "${STAGING_DIR}\plugins\${VERSION}\wimax.dll"
File "${STAGING_DIR}\plugins\${VERSION}\wimaxasncp.dll"
+File "${STAGING_DIR}\plugins\${VERSION}\wimaxmacphy.dll"
!include "custom_plugins.txt"
SectionEnd