summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>2010-03-16 06:58:25 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>2010-03-16 06:58:25 +0000
commitc4d29dfd995c868966adc08ffbbef8bd7e446e25 (patch)
treef126511c609c22bb98b05eb3b993da17bba50a1d /packaging
parent5535f4a598d4eb517206e004b09bf15b4d5fc07f (diff)
downloadwireshark-c4d29dfd995c868966adc08ffbbef8bd7e446e25.tar.gz
This adds a new dissector plugin: INTERLINK. This protocol is used in
(real and simulated) BMW cars for all kinds of gadget communication. My plugin only dissects the high level infrastructure and not any particular messages. It uses a heuristic dissector to detect INTERLINK packets. svn path=/trunk/; revision=32202
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 43f2de7355..45fcddaec1 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -54,6 +54,7 @@ PLUGINS= \
../../plugins/giop/parlay.dll \
../../plugins/giop/tango.dll \
../../plugins/gryphon/gryphon.dll \
+ ../../plugins/interlink/interlink.dll \
../../plugins/irda/irda.dll \
../../plugins/m2m/m2m.dll \
../../plugins/mate/mate.dll \
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 6e80445ea1..e0b3e74975 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -882,6 +882,7 @@ File "..\..\plugins\giop\cosnaming.dll"
File "..\..\plugins\giop\parlay.dll"
File "..\..\plugins\giop\tango.dll"
File "..\..\plugins\gryphon\gryphon.dll"
+File "..\..\plugins\interlink\interlink.dll"
File "..\..\plugins\irda\irda.dll"
File "..\..\plugins\m2m\m2m.dll"
File "..\..\plugins\opcua\opcua.dll"