From f6b2458924a0fef8d513642515bdd3a297fbfee0 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 4 Jun 2010 18:45:02 +0000 Subject: 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. svn path=/trunk/; revision=33088 --- plugins/Makefile.nmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/Makefile.nmake') diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake index c11868b542..66fee75b4a 100644 --- a/plugins/Makefile.nmake +++ b/plugins/Makefile.nmake @@ -14,6 +14,7 @@ PLUGIN_LIST = \ gryphon \ interlink \ irda \ + llrp \ m2m \ mate \ opcua \ @@ -45,8 +46,8 @@ distclean-local: clean-local maintainer-clean-local: distclean-local -checkapi: - $(MAKE) -f Makefile.nmake PLUGIN_TARGET=checkapi process-plugins +checkapi: + $(MAKE) -f Makefile.nmake PLUGIN_TARGET=checkapi process-plugins -- cgit v1.2.3