From Michael Mann:

Make interlink built-in dissector (from plugin).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37610 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
etxrab 2011-06-08 05:20:43 +00:00
parent 2b48c6a66a
commit bcfbcce77e
7 changed files with 0 additions and 6 deletions

View File

@ -282,7 +282,6 @@ plugin_ldadd = $(_CUSTOM_plugin_ldadd_) \
-dlopen plugins/giop/cosnaming.la \
-dlopen plugins/giop/coseventcomm.la \
-dlopen plugins/gryphon/gryphon.la \
-dlopen plugins/interlink/interlink.la \
-dlopen plugins/irda/irda.la \
-dlopen plugins/m2m/m2m.la \
-dlopen plugins/mate/mate.la \

View File

@ -2028,7 +2028,6 @@ AC_OUTPUT(
plugins/ethercat/Makefile
plugins/giop/Makefile
plugins/gryphon/Makefile
plugins/interlink/Makefile
plugins/irda/Makefile
plugins/m2m/Makefile
plugins/mate/Makefile

View File

@ -52,7 +52,6 @@ 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 \

View File

@ -913,7 +913,6 @@ 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"

View File

@ -28,7 +28,6 @@ SUBDIRS = $(_CUSTOM_SUBDIRS_) \
ethercat \
giop \
gryphon \
interlink \
irda \
m2m \
mate \

View File

@ -12,7 +12,6 @@ PLUGIN_LIST = \
ethercat \
giop \
gryphon \
interlink \
irda \
m2m \
mate \