aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-04 18:45:02 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-04 18:45:02 +0000
commit0302297ac475d3dc8bfa51aea7171eb1e5fe869a (patch)
treea70a146ada3498217daa4a94c3cbed76eb2e5775 /Makefile.am
parent598962736ebfe282e1d5dc202c8343174487e5c6 (diff)
From Matt Poduska via bug 1957 (with minor changes):
New dissector (plugin) to support decode of the EPCglobal Low-Level Reader protocol (see llrp.org for more information). This dissector has passed fuzz testing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33088 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3526d5d949..94b4c774eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -272,6 +272,7 @@ plugin_ldadd = $(_CUSTOM_plugin_ldadd_) \
-dlopen plugins/gryphon/gryphon.la \
-dlopen plugins/interlink/interlink.la \
-dlopen plugins/irda/irda.la \
+ -dlopen plugins/llrp/llrp.la \
-dlopen plugins/m2m/m2m.la \
-dlopen plugins/mate/mate.la \
-dlopen plugins/opcua/opcua.la \